mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 22:51:30 -07:00
[www] subroom data
This commit is contained in:
@@ -16,6 +16,7 @@ export const notifyBase = (env: Env): string => `https://notify.${env.DOMAIN}`
|
||||
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}`
|
||||
|
||||
/**
|
||||
* POST a form body to the `auth` worker, carrying the browser's real IP across.
|
||||
|
||||
Reference in New Issue
Block a user