Skip to content

Commit

Permalink
feat: use 8008
Browse files Browse the repository at this point in the history
  • Loading branch information
yungblud committed Jan 17, 2024
1 parent 0b32581 commit abd548a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/accounts-kit/src/lib/HttpRequest.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class HttpRequest {
private host: string =
process.env.NODE_ENV === 'development'
? 'http://0.0.0.0:8001'
? 'http://0.0.0.0:8008'
: 'https://api.accounts.coldsurf.io/v1'

// eslint-disable-next-line no-undef
Expand Down

0 comments on commit abd548a

Please sign in to comment.