mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 13:51:09 -05:00
7 lines
197 B
Python
7 lines
197 B
Python
"""
|
|
Centralized API package for ThrillWiki
|
|
|
|
All API endpoints MUST be defined here under the /api/v1/ structure.
|
|
This enforces consistent API architecture and prevents rogue endpoint creation.
|
|
"""
|