Skip to content

Commit

Permalink
added registering to functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick6464 committed May 7, 2024
1 parent e22b8b4 commit a65b626
Show file tree
Hide file tree
Showing 5 changed files with 307 additions and 136 deletions.
246 changes: 234 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"test": "echo \"No tests yet...\""
},
"dependencies": {
"@supabase/supabase-js": "^2.43.1",
"axios": "^1.4.0",
"azure-functions-core-tools": "^4.0.5455",
"dotenv": "^16.0.3",
Expand Down
2 changes: 1 addition & 1 deletion toggle/function.json → register/function.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "httpTrigger",
"direction": "in",
"name": "req",
"methods": ["get"]
"methods": ["post"]
},
{
"type": "http",
Expand Down
Loading

0 comments on commit a65b626

Please sign in to comment.