replace legacy api console with ui100 api console (#724)

This commit is contained in:
Michael Quigley
2025-02-03 11:07:31 -05:00
parent d13a47d1c0
commit a88185422a
180 changed files with 2674 additions and 41587 deletions

View File

@@ -19,7 +19,7 @@ func Middleware(handler http.Handler, healthCheck func(w http.ResponseWriter, r
return
}
staticPath := "build"
staticPath := "dist"
indexPath := "index.html"
// get the absolute path to prevent directory traversal