schreiben/src/lib/routes.ts

8 lines
192 B
TypeScript

export const routes = {
ChooseWorld: "/",
CreateWorld: "/create",
ShareWorld: "/w/:worldId/share",
JoinWorld: "/w/:worldId/join", // password as hash
Page: "/w/:worldId/:pageId",
};