feat: add rudimentary DidController table

This commit is contained in:
Prad Nukala
2024-10-03 17:49:29 -04:00
parent f75ff0d3be
commit fccb42761c
16 changed files with 309 additions and 333 deletions
-1
View File
@@ -29,7 +29,6 @@ func New() *Server {
s.GET("/login", pages.Login)
s.GET("/register", pages.Register)
s.GET("/profile", pages.Profile)
s.GET("/allocate", pages.Profile)
return s
}