mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 16:35:47 +01:00
moved confings into redis
This commit is contained in:
@@ -9,7 +9,7 @@ var socket,
|
||||
function loadConfig() {
|
||||
|
||||
$.ajax({
|
||||
url: RELATIVE_PATH + '/config.json?v=' + new Date().getTime(),
|
||||
url: RELATIVE_PATH + '/api/config',
|
||||
success: function(data) {
|
||||
API_URL = data.api_url;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user