10 lines
409 B
Python
10 lines
409 B
Python
from api.views.auth import auth_router
|
|
from api.views.blog import blog_router
|
|
from api.views.gallery import gallery_router
|
|
from api.views.events import events_router
|
|
from api.views.certificates import certificates_router
|
|
from api.views.communications import communications_router
|
|
from api.views.payments import payments_router
|
|
from api.views.meta import meta_router
|
|
from api.views.health import health_router
|