Skip to content

Commit

Permalink
update worker for yet another subdomain
Browse files Browse the repository at this point in the history
Signed-off-by: Vu Van Dung <[email protected]>
  • Loading branch information
joulev committed Dec 19, 2023
1 parent 644d6ca commit 3a6e32b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions misc/multi-tenancy-worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ export default {
return getRedirectResponse(
`https://joulev.dev/apps/${subdomain}${url.pathname}${url.search}`,
);
case "lr":
return getRedirectResponse(
`https://joulev.dev/apps/live-reaction${url.pathname}${url.search}`,
);
case "chat":
return getRedirectResponse("https://joulev.dev/admin/chat");
case "l":
Expand Down

0 comments on commit 3a6e32b

Please sign in to comment.