mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 12:50:05 +01:00
fix: db-studio prefix fixes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user