From 5a884ef4c5ba5afa37571bcb326693bacc24407c Mon Sep 17 00:00:00 2001 From: apetitco Date: Sun, 21 Dec 2025 02:59:04 +0100 Subject: [PATCH] (backend): trying to have a working backend. Did I manage to achieve this task: NO. --- src/tic-tac-toe/openapi.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/tic-tac-toe/openapi.json diff --git a/src/tic-tac-toe/openapi.json b/src/tic-tac-toe/openapi.json new file mode 100644 index 0000000..38cd725 --- /dev/null +++ b/src/tic-tac-toe/openapi.json @@ -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" + } + ] +}