backend/rest: Ensure base URL ends with slash

This makes it easier for rclone.
This commit is contained in:
Alexander Neumann
2018-03-15 21:37:18 +01:00
parent 4d5c7a8749
commit 17312d3a98
3 changed files with 30 additions and 16 deletions

View File

@@ -681,7 +681,7 @@ return JSON. Any different value for this header means API version 1.
The placeholder ``{path}`` in this document is a path to the repository, so
that multiple different repositories can be accessed. The default path is
``/``.
``/``. The path must end with a slash.
POST {path}?create=true
=======================