perf(websocket): added in base url to help with ssl stuff and iis

This commit is contained in:
2025-07-29 18:07:10 -05:00
parent 8a08d3eac6
commit daf9e8a966
2 changed files with 4 additions and 4 deletions

View File

@@ -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)