sosedoff / pgweb

Cross-platform client for PostgreSQL databases
https://sosedoff.github.io/pgweb
MIT License
8.53k stars 724 forks source link

fix when the prefix has a '/' and it is not ended with '/' #684

Closed yanjingtu closed 1 year ago

yanjingtu commented 1 year ago

`import ( "github.com/sosedoff/pgweb/pkg/cli" "os" )

func main() { os.Setenv("PGWEB_URL_PREFIX", "prefix/pgWeb") cli.Run() }`