Skip to content

Commit

Permalink
Merge pull request #122 from supertokens/webjs-uri-support
Browse files Browse the repository at this point in the history
fix: Update PUT URL for updating build file URIs
  • Loading branch information
rishabhpoddar authored Oct 8, 2024
2 parents dcd7ced + 634e97b commit 5a21c6f
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 5a21c6f

Please sign in to comment.