Skip to content

Commit

Permalink
Small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
homanp committed Jun 25, 2023
1 parent 51929be commit 261cb9c
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": "superagentai-js",
"version": "0.0.12",
"version": "0.0.13",
"types": "src/superagent.d.ts",
"description": "Superagent.sh Javascript SDK",
"main": "src/superagent.js",
Expand Down
2 changes: 1 addition & 1 deletion src/superagent.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default class SuperagentSDK {
constructor(authToken) {
this.baseUrl = "http://127.0.0.1:8000/api/v1";
this.baseUrl = "https://api.superagent.sh/api/v1";
this.authToken = authToken;
}

Expand Down

0 comments on commit 261cb9c

Please sign in to comment.