Added new endpoints to modify settings in-memory (#517)

* Added new endpoints to modify settings in-memory

* Added missing controllers
This commit is contained in:
Mirco T
2020-12-29 23:03:57 +01:00
committed by GitHub
parent 8a74af202d
commit a149e2bb50
6 changed files with 216 additions and 0 deletions

4
.gitignore vendored
View File

@@ -11,6 +11,10 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# ignore IDE specific files
.idea/
*.iml
# Dependency directories (remove the comment below to include it)
vendor/