Update menu URL

This commit is contained in:
Dita Aji Pratama 2024-06-18 23:58:08 +07:00
parent 82f0e84428
commit b64f53ea0e

View File

@ -76,13 +76,13 @@ menu = {
{
"name":"Login",
"target":"_self",
"href":"/portal/login",
"href":"/login",
"roles":[0]
},
{
"name":"Logout",
"target":"_self",
"href":"/portal/logout",
"href":"/logout",
"roles":[1,2,3]
}
]