netclient working for ingress controller

This commit is contained in:
afeiszli
2021-05-27 14:57:59 -04:00
parent c27c863d6a
commit 112b01f526
16 changed files with 373 additions and 144 deletions

View File

@@ -32,7 +32,7 @@ func HandleRESTRequests(wg *sync.WaitGroup) {
fileHandlers(r)
serverHandlers(r)
extClientHandlers(r)
intClientHandlers(r)
port := servercfg.GetAPIPort()