(backend): trying to have a working backend.

Did I manage to achieve this task: NO.
This commit is contained in:
apetitco 2025-12-21 02:59:04 +01:00
parent 8debc57559
commit 5a884ef4c5

View file

@ -0,0 +1,21 @@
{
"openapi": "3.1.0",
"info": {
"version": "9.6.1",
"title": "@fastify/swagger"
},
"components": {
"schemas": {}
},
"paths": {},
"servers": [
{
"url": "https://local.maix.me:8888",
"description": "direct from docker"
},
{
"url": "https://local.maix.me:8000",
"description": "using fnginx"
}
]
}