Small fixes

This commit is contained in:
2020-04-02 21:21:07 +02:00
parent d7a5897fc9
commit e8478b2394
2 changed files with 2 additions and 2 deletions

View File

@@ -185,7 +185,7 @@ var Core = function() {
};
this.logout = function() {
this.apiCall('logout');
this.apiCall('user/logout');
};
this.getJsonDateTime = function(date) {