Initial structure

This commit is contained in:
Aslan 2025-12-30 16:57:07 +01:00
parent ecb354cf6e
commit 874bd18f11
14 changed files with 157 additions and 1 deletions

5
src/api/config.json Normal file
View file

@ -0,0 +1,5 @@
{
"schema": "http",
"url": "localhost",
"port": 3012
}