wip: create/update/...

This commit is contained in:
Christoph Haas
2020-11-07 20:32:25 +01:00
parent cc06019738
commit 3e92cc8551
15 changed files with 21539 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ func SetupRoutes(s *Server) {
admin.POST("/peer/edit", s.PostAdminEditPeer)
admin.GET("/peer/create", s.GetAdminCreatePeer)
admin.POST("/peer/create", s.PostAdminCreatePeer)
admin.GET("/peer/createldap", s.GetAdminCreateLdapPeers)
// User routes
user := s.server.Group("/user")