fix: db-studio prefix fixes

This commit is contained in:
allanice001
2025-11-11 04:23:27 +00:00
parent ea4c625269
commit 586e51b8cc
2 changed files with 2 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ func StartPgweb(dbURL, host, port string, readonly bool, user, pass string) (*Pg
"--url", dbURL,
"--bind", host,
"--listen", port,
"--prefix", "/db-studio",
"--prefix", "db-studio",
"--skip-open",
}
if readonly {