Renamed server->backend in configuration files

This commit is contained in:
Pax1601
2024-02-08 22:29:26 +01:00
parent 57a700d2d2
commit 9e1503c106
6 changed files with 14 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
{
"server": {
"backend": {
"address": "localhost",
"port": 3001
},