some more changes

This commit is contained in:
2022-03-21 01:37:16 +01:00
parent cb992c955a
commit c6bef04c73
62 changed files with 2293 additions and 9965 deletions

View File

@@ -6,4 +6,5 @@ func Setup(r *gin.RouterGroup) {
r.GET("/logout", Logout)
r.POST("/login", Login)
r.POST("/register", Register)
r.GET("/verify", Verify)
}