Add endpoints to api

This commit is contained in:
Justin Edmund 2023-01-31 22:10:53 -08:00
parent 9c4da48b5a
commit 248a788176

View file

@ -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' })