Grouping route

This commit is contained in:
2024-10-02 15:33:41 +07:00
parent 5d7dc70f1b
commit 93c44f40cc
41 changed files with 1176 additions and 1158 deletions

View File

@ -39,6 +39,6 @@ func GET(w http.ResponseWriter, r *http.Request) {
MaxAge: -1,
})
http.Redirect(w, r, "/signin", http.StatusSeeOther)
http.Redirect(w, r, "/auth/signin", http.StatusSeeOther)
return
}