Remove temporary API integration and settings

Remove the temporary API app from LOCAL_APPS in base.py and remove API URL includes from thrillwiki/urls.py.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: bb110295-d54a-4af8-ba17-33bb9f82dfa0
Replit-Commit-Checkpoint-Type: full_checkpoint
This commit is contained in:
pac7
2025-09-22 00:30:17 +00:00
parent afdcfe7264
commit d21ae6027d
2 changed files with 1 additions and 4 deletions

View File

@@ -112,7 +112,6 @@ LOCAL_APPS = [
"apps.accounts",
"apps.parks",
"apps.rides",
"api", # Centralized API app (located at backend/api/)
"django_forwardemail", # New PyPI package for email service
"apps.moderation",
]