*: allows for BASE_PATH configuration (#183)
This commit is contained in:
@@ -156,7 +156,7 @@ Global Settings
|
||||
$.ajax({
|
||||
cache: false,
|
||||
method: 'POST',
|
||||
url: '/global-settings',
|
||||
url: '{{.basePath}}/global-settings',
|
||||
dataType: 'json',
|
||||
contentType: "application/json",
|
||||
data: JSON.stringify(data),
|
||||
|
||||
Reference in New Issue
Block a user