feat: logging

This commit is contained in:
Anatoly Antonov 2025-03-26 17:44:05 +03:00
parent 778d5ef146
commit fe5e40162b
10 changed files with 151 additions and 75 deletions

View file

@ -3,7 +3,7 @@ info:
title: Swagger GSN - OpenAPI 3.0
version: 0.0.1
paths:
/subscription:
/api/v1/subscription:
get:
tags:
- Subscriptions
@ -67,7 +67,7 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/Error"
/station:
/api/v1/station:
get:
tags:
- Stations
@ -106,7 +106,7 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/Error"
/station/subscribe:
/api/v1/station/subscribe:
post:
tags:
- Stations
@ -144,7 +144,7 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/Error"
/satellite:
/api/v1/satellite:
get:
tags:
- Satellites
@ -183,7 +183,7 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/Error"
/satellite/subscribe:
/api/v1/satellite/subscribe:
post:
tags:
- Satellites