Start /api/v1/offline/sync endpoint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-10-28 22:55:04 -05:00
parent 33ace4ed46
commit 55a22a4f4c
8 changed files with 498 additions and 26 deletions

View File

@@ -99,6 +99,9 @@ const index = {
// delete the specified code ref
'/code/:PageId/:NodeId/delete/:CodiumId': ['controller::api:v1:FormCode.drop_code'],
// re-sync data when an offline client goes back online
'/offline/sync': ['controller::api:v1:Offline.do_sync'],
},
}