Files
DataRush/services/backend/api/v1/ping/schemas.py
T
Андрей Сумин 70325c3c0d init
2025-02-28 21:52:48 +03:00

6 lines
73 B
Python

from ninja import Schema
class PingOut(Schema):
status: str = "ok"