Add ability to launch pgweb with url prefix

This commit is contained in:
Dan Sosedoff
2016-02-19 21:14:56 -06:00
parent f308d1cfde
commit 0a144a633d
7 changed files with 30 additions and 19 deletions

View File

@@ -63,7 +63,7 @@ function apiCall(method, path, params, cb) {
$.ajax({
timeout: timeout,
url: "/api" + path,
url: "api" + path,
method: method,
cache: false,
data: params,