Skip to content

Commit

Permalink
fix sync branch route
Browse files Browse the repository at this point in the history
  • Loading branch information
zadam committed Apr 6, 2018
1 parent a0bec22 commit fdd8458
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ function register(app) {
apiRoute(GET, '/api/sync/labels/:labelId', syncApiRoute.getLabel);
apiRoute(GET, '/api/sync/api_tokens/:apiTokenId', syncApiRoute.getApiToken);
apiRoute(PUT, '/api/sync/notes', syncApiRoute.updateNote);
apiRoute(PUT, '/api/sync/branches', syncApiRoute.updateBranch);
apiRoute(PUT, '/api/sync/note_revisions', syncApiRoute.updateNoteRevision);
apiRoute(PUT, '/api/sync/note_reordering', syncApiRoute.updateNoteReordering);
apiRoute(PUT, '/api/sync/options', syncApiRoute.updateOption);
Expand Down

0 comments on commit fdd8458

Please sign in to comment.