5 lines
121 B
Python
5 lines
121 B
Python
from django.shortcuts import render
|
|
from ninja import Router
|
|
|
|
# Create your views here.
|
|
router = Router(tags=['content']) |