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

@ -58,6 +58,6 @@ func POST(w http.ResponseWriter, r *http.Request) {
return
}
http.Redirect(w, r, "/signin", http.StatusSeeOther)
http.Redirect(w, r, "/auth/signin", http.StatusSeeOther)
return
}