Initial commit
This commit is contained in:
5
backend/app/api/v1/__init__.py
Normal file
5
backend/app/api/v1/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""API v1 package - exports the main v1 router."""
|
||||
|
||||
from app.api.v1.router import router
|
||||
|
||||
__all__ = ["router"]
|
||||
Reference in New Issue
Block a user