Fixing origin config

This commit is contained in:
Bradley Shellnut 2024-09-30 21:20:19 -07:00
parent e86c589ba4
commit fc4396ccdd

View file

@ -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