mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
test profile page
This commit is contained in:
parent
0d64d847a1
commit
718bb8c9c7
4 changed files with 17 additions and 1 deletions
|
@ -14,6 +14,7 @@ export const URLS = {
|
|||
},
|
||||
NODE_URL: (id: number | string) => `/post${id}`,
|
||||
PROFILE: (username: string) => `/~${username}`,
|
||||
PROFILE_PAGE: `/profile`,
|
||||
};
|
||||
|
||||
export const PRESETS = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue