[www] subroom data

This commit is contained in:
Devin Zuczek
2026-08-10 14:10:20 -04:00
parent 30cf83a47d
commit e564d3c839
5 changed files with 179 additions and 9 deletions
+1
View File
@@ -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.