\r
### Example: LIST_REPOSITORIES\r
\r
-**url**: https://localhost/rpc?req=LIST_REPOSITORIES \r
+**url**: https://localhost/rpc/?req=LIST_REPOSITORIES \r
**response body**: Map<String, RepositoryModel> where the map key is the clone url of the repository\r
\r
```json\r
\r
The original repository name is specified in the *name* url parameter. The new name is set within the JSON object.\r
\r
-**url**: https://localhost/rpc?req=EDIT_REPOSITORY&name=libraries/xmlapache.git \r
+**url**: https://localhost/rpc/?req=EDIT_REPOSITORY&name=libraries/xmlapache.git \r
**post body**: RepositoryModel\r
\r
```json\r
```\r
\r
### Example: LIST_USERS\r
-**url**: https://localhost/rpc?req=LIST_USERS \r
+**url**: https://localhost/rpc/?req=LIST_USERS \r
**response body**: List<UserModel>\r
\r
```json\r
```\r
\r
### Example: LIST_SETTINGS\r
-**url**: https://localhost/rpc?req=LIST_SETTINGS \r
+**url**: https://localhost/rpc/?req=LIST_SETTINGS \r
**response body**: ServerSettings\r
\r
```json\r
```\r
\r
### Example: LIST_STATUS\r
-**url**: https://localhost/rpc?req=LIST_STATUS \r
+**url**: https://localhost/rpc/?req=LIST_STATUS \r
**response body**: ServerStatus\r
\r
```json\r