adding extclient functionality

This commit is contained in:
afeiszli
2021-05-19 13:59:10 -04:00
parent 5662a1538e
commit 29e332edf7
16 changed files with 1976 additions and 1509 deletions

View File

@@ -31,6 +31,8 @@ func HandleRESTRequests(wg *sync.WaitGroup) {
dnsHandlers(r)
fileHandlers(r)
serverHandlers(r)
extClientHandlers(r)
port := servercfg.GetAPIPort()