mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 03:57:09 +00:00
init: added backend boilerplate
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from ninja import Schema
|
||||
|
||||
|
||||
class PingOut(Schema):
|
||||
status: str = "ok"
|
||||
Reference in New Issue
Block a user