massive number of changes to schema and error handling.

This commit is contained in:
afeiszli
2021-04-13 00:42:35 -04:00
parent ae6fd73cce
commit 2ea497c6ff
30 changed files with 1054 additions and 1015 deletions

View File

@@ -16,7 +16,7 @@ func serverHandlers(r *mux.Router) {
}
//Security check is middleware for every function and just checks to make sure that its the master calling
//Only admin should have access to all these group-level actions
//Only admin should have access to all these network-level actions
//or maybe some Users once implemented
func securityCheckServer(next http.Handler) http.HandlerFunc {
return func(w http.ResponseWriter, r *http.Request) {