all APIs are not prefixed with /api

This commit is contained in:
azivner
2017-09-30 10:05:12 -04:00
parent ff58456332
commit e28c06ef37
17 changed files with 41 additions and 44 deletions

View File

@@ -6,7 +6,7 @@ $(document).bind('keydown', 'alt+r', function() {
});
$.ajax({
url: baseUrl + 'recent-changes/',
url: baseApiUrl + 'recent-changes/',
type: 'GET',
success: function (result) {
const groupedByDate = {};