#98, test sync impl

This commit is contained in:
azivner
2018-07-23 10:29:17 +02:00
parent e7460ca3a9
commit a06618d851
6 changed files with 43 additions and 2 deletions

View File

@@ -148,6 +148,7 @@ function register(app) {
apiRoute(POST, '/api/password/change', passwordApiRoute.changePassword);
apiRoute(POST, '/api/sync/test', syncApiRoute.testSync);
apiRoute(GET, '/api/sync/check', syncApiRoute.checkSync);
apiRoute(POST, '/api/sync/now', syncApiRoute.syncNow);
apiRoute(POST, '/api/sync/fill-sync-rows', syncApiRoute.fillSyncRows);