mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-09 15:11:29 -07:00
@@ -17,6 +17,7 @@ export const apiBase = (env: Env): string => `https://api.${env.DOMAIN}`
|
||||
export const imgBase = (env: Env): string => `https://img.${env.DOMAIN}`
|
||||
export const roomsBase = (env: Env): string => `https://rooms.${env.DOMAIN}`
|
||||
export const cdnBase = (env: Env): string => `https://cdn.${env.DOMAIN}`
|
||||
export const storageBase = (env: Env): string => `https://storage.${env.DOMAIN}`
|
||||
|
||||
/**
|
||||
* POST a form body to the `auth` worker, carrying the browser's real IP across.
|
||||
|
||||
Reference in New Issue
Block a user