Files
thrillwiki_django_no_react/backend/api/__init__.py

6 lines
176 B
Python

"""
Centralized API package for ThrillWiki.
This package contains all API endpoints organized by version.
All API routes must be routed through this centralized structure.
"""