perf(websocket): added in base url to help with ssl stuff and iis
This commit is contained in:
@@ -114,7 +114,7 @@ func main() {
|
||||
})
|
||||
|
||||
//logging.RegisterLoggerRoutes(r, basePath)
|
||||
websocket.RegisterSocketRoutes(r)
|
||||
websocket.RegisterSocketRoutes(r, basePath)
|
||||
config.RegisterConfigRoutes(r, basePath)
|
||||
|
||||
r.Any(basePath+"/api", errorApiLoc)
|
||||
|
||||
Reference in New Issue
Block a user