mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 23:05:51 +01:00
#98, sync is now configured in the options
This commit is contained in:
@@ -144,6 +144,7 @@ function register(app) {
|
||||
|
||||
apiRoute(GET, '/api/options', optionsApiRoute.getOptions);
|
||||
apiRoute(PUT, '/api/options/:name/:value', optionsApiRoute.updateOption);
|
||||
apiRoute(PUT, '/api/options', optionsApiRoute.updateOptions);
|
||||
|
||||
apiRoute(POST, '/api/password/change', passwordApiRoute.changePassword);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user