Add config reload option

This commit is contained in:
Andrew-71 2024-05-07 14:55:11 +03:00
parent fa292154f6
commit 806822a9a8
8 changed files with 27 additions and 3 deletions

View file

@ -98,4 +98,5 @@ POST /readme - save request body into readme.txt
GET /export - get .zip archive of entire data directory
GET /grace - "true" if grace period is active, otherwise "false"
GET /version - get app's version
GET /reload - reload app config
```