Update local API URL
This doesn't affect production
This commit is contained in:
parent
156f4222d7
commit
8a0831fe48
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ class Api {
|
|||
}
|
||||
}
|
||||
|
||||
const api: Api = new Api({ url: process.env.NEXT_PUBLIC_SIERO_API_URL || 'https://localhost:3000/api/v1'})
|
||||
const api: Api = new Api({ url: process.env.NEXT_PUBLIC_SIERO_API_URL || 'https://localhost:3000/v1'})
|
||||
api.createEntity({ name: 'users' })
|
||||
api.createEntity({ name: 'parties' })
|
||||
api.createEntity({ name: 'characters' })
|
||||
|
|
|
|||
Loading…
Reference in a new issue