mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
Fixing origin config
This commit is contained in:
parent
e86c589ba4
commit
fc4396ccdd
1 changed files with 1 additions and 1 deletions
|
|
@ -61,6 +61,6 @@ container.resolve(AuthCleanupJobs).deleteStaleLoginRequests()
|
||||||
/* -------------------------------------------------------------------------- */
|
/* -------------------------------------------------------------------------- */
|
||||||
/* Exports */
|
/* Exports */
|
||||||
/* -------------------------------------------------------------------------- */
|
/* -------------------------------------------------------------------------- */
|
||||||
export const rpc = hc<typeof routes>(config.ORIGIN)
|
export const rpc = hc<typeof routes>(config.api.origin)
|
||||||
export type ApiClient = typeof rpc
|
export type ApiClient = typeof rpc
|
||||||
export type ApiRoutes = typeof routes
|
export type ApiRoutes = typeof routes
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue