Skip to content

Commit

Permalink
change spec url (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
baked-dev authored Dec 7, 2022
1 parent 935bc4c commit 708c5fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "whop-sdk-ts",
"version": "0.0.3-canary.2",
"version": "0.0.3-canary.3",
"private": true,
"workspaces": [
"apps/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"private": true,
"scripts": {
"build": "curl https://data.whop.com/api/v2/swagger_doc -s --output openapi.json"
"build": "curl https://api.whop.com/api/v2/swagger_doc -s --output openapi.json"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 708c5fa

Please sign in to comment.