Add endpoints to api
This commit is contained in:
parent
9c4da48b5a
commit
248a788176
1 changed files with 3 additions and 0 deletions
|
|
@ -168,6 +168,9 @@ class Api {
|
|||
const api: Api = new Api({ url: process.env.NEXT_PUBLIC_SIERO_API_URL || 'https://localhost:3000/api/v1'})
|
||||
api.createEntity({ name: 'users' })
|
||||
api.createEntity({ name: 'parties' })
|
||||
api.createEntity({ name: 'characters' })
|
||||
api.createEntity({ name: 'weapons' })
|
||||
api.createEntity({ name: 'summons' })
|
||||
api.createEntity({ name: 'grid_characters' })
|
||||
api.createEntity({ name: 'grid_weapons' })
|
||||
api.createEntity({ name: 'grid_summons' })
|
||||
|
|
|
|||
Loading…
Reference in a new issue