Add endpoint for grid characters
This commit is contained in:
parent
a06047232f
commit
2372f6f2b1
1 changed files with 1 additions and 0 deletions
|
|
@ -152,6 +152,7 @@ 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: 'grid_characters' })
|
||||
api.createEntity({ name: 'grid_weapons' })
|
||||
api.createEntity({ name: 'characters' })
|
||||
api.createEntity({ name: 'weapons' })
|
||||
|
|
|
|||
Loading…
Reference in a new issue