2026-02-09 09:43:40 +01:00

16 lines
230 B
JSON

{
"openapi": "3.1.1",
"info": {
"title": "chat.API | v1",
"version": "1.0.0"
},
"servers": [
{
"url": "https://localhost:7225"
},
{
"url": "http://localhost:5294"
}
],
"paths": { }
}