This commit is contained in:
kandrusyak
2023-07-16 23:31:57 +03:00
parent 454c9bc82e
commit 2916a50336
8 changed files with 226 additions and 7 deletions

15
docs/swagger.json Normal file
View File

@@ -0,0 +1,15 @@
{
"swagger": "2.0",
"info": {
"description": "This is an astra-events service.",
"title": "Astra Events",
"contact": {
"name": "Kirill Andrusyak",
"email": "andrusyakka@dopcore.com"
},
"version": "1.0"
},
"host": "api.astra.dev.dop",
"basePath": "/events",
"paths": {}
}