chore: rework api endpoints

This commit is contained in:
DaanSelen
2026-04-02 14:36:04 +02:00
parent 9315fe9c0e
commit 7bb3bf45c7
17 changed files with 127 additions and 74 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ router.beforeEach(async (to, from, next) => {
store.newNotification("Sign in session ended, please sign in again", "warning")
}else{
if (to.meta.auth){
const status = await axiosGet('/api/validateAuthentication')
const status = await axiosGet('/api/auth/validate')
if (status){
next()
}else{