|
@@ -209,6 +209,7 @@ func ServeAPI(ginServer *gin.Engine) {
|
|
|
ginServer.Handle("POST", "/api/sync/performSync", model.CheckAuth, model.CheckReadonly, performSync)
|
|
|
ginServer.Handle("POST", "/api/sync/performBootSync", model.CheckAuth, model.CheckReadonly, performBootSync)
|
|
|
ginServer.Handle("POST", "/api/sync/getBootSync", model.CheckAuth, getBootSync)
|
|
|
+ ginServer.Handle("POST", "/api/sync/getSyncInfo", model.CheckAuth, getSyncInfo)
|
|
|
|
|
|
ginServer.Handle("POST", "/api/inbox/getShorthands", model.CheckAuth, getShorthands)
|
|
|
ginServer.Handle("POST", "/api/inbox/getShorthand", model.CheckAuth, getShorthand)
|