forked from erp-dev/erp
init
This commit is contained in:
9
stock/views.py
Normal file
9
stock/views.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from ninja import NinjaAPI
|
||||
|
||||
|
||||
router = NinjaAPI()
|
||||
|
||||
|
||||
@router.get('/')
|
||||
async def index(request):
|
||||
return {'message': 'Welcome to the Stock API'}
|
||||
Reference in New Issue
Block a user