Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New route for v3.13.1 #312

Merged
merged 1 commit into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is a replacement of the cloud, in case you want to sync/backup your files a
## [Docs](https://ddvk.github.io/rmfakecloud/)

## NB
The current release of rmfakecloud support file synchronization for SW <= 3.10.2. Newer releases have not been tested yet.
The current release of rmfakecloud support file synchronization for SW <= 3.13.1. Newer releases have not been tested yet.

For Tablet SW > 3.X, rendering of the notebooks [is not yet supported](https://github.com/ddvk/rmfakecloud/issues/255).

Expand Down
2 changes: 2 additions & 0 deletions internal/app/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,7 @@ func (app *App) registerRoutes(router *gin.Engine) {

authRoutes.POST("/sync/v3/check-files", app.checkFilesPresence)
authRoutes.GET("/sync/v3/missing", app.checkMissingBlob)

authRoutes.GET("/sync/v4/root", app.syncGetRootV3)
}
}
Loading