Skip to content

Commit

Permalink
updated put url for updating uri
Browse files Browse the repository at this point in the history
  • Loading branch information
niftyvictor committed Oct 8, 2024
1 parent c92943b commit 634e97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addReleaseTag
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ done
jsonPayload+="}"

responseStatus=`curl -s -o /dev/null -w "%{http_code}" -X PUT \
http://localhost:9000/0/frontend/web-js \
https://api.supertokens.io/0/frontend/web-js \
-H 'Content-Type: application/json' \
-H 'api-version: 0' \
-d "${jsonPayload}"`
Expand Down

0 comments on commit 634e97b

Please sign in to comment.