mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 16:47:10 +00:00
feat: changed project_name
This commit is contained in:
@@ -8,9 +8,9 @@ from api.v1.ping.views import router as ping_router
|
||||
from api.v1.user.views import router as user_router
|
||||
|
||||
router = NinjaAPI(
|
||||
title="project_name API",
|
||||
title="DataRush API",
|
||||
version="1",
|
||||
description="API docs for project_name",
|
||||
description="API docs for DataRush",
|
||||
openapi_url="/docs/openapi.json",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user