Update local API URL

This doesn't affect production
This commit is contained in:
Justin Edmund 2025-02-25 10:49:00 -05:00
parent 156f4222d7
commit 8a0831fe48

View file

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