mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
feat: implement dynamic routing for editor to support persistent letter editing via public_id
This commit is contained in:
@@ -5,6 +5,7 @@ export const ROUTES = {
|
||||
ACTIVATE: "/activate/:uidb64/:token",
|
||||
LOGIN: "/login",
|
||||
DRAWER: "/drawer",
|
||||
WRITE: "/quill",
|
||||
WRITE: (public_id?: string) =>
|
||||
`/quill/${public_id ? public_id : ":public_id?"}`,
|
||||
READ: "/read",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user