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

@@ -27,7 +27,7 @@ func HandleRESTRequests(wg *sync.WaitGroup) {
nodeHandlers(r)
userHandlers(r)
groupHandlers(r)
networkHandlers(r)
fileHandlers(r)
serverHandlers(r)