mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-08-06 13:38:40 -04:00
fb8c391a88
Slice 2l of the route-domain reorganization (#4082/#4071). Moves webhook_routes.py into routes/webhook/, leaving a backward-compat sys.modules shim. Pure file reorganization, no behavior change. One source-introspection test repointed (test_api_chat_security.py).
6 lines
203 B
Python
6 lines
203 B
Python
"""Webhook route domain package (slice 2l, #4082/#4071).
|
|
|
|
Contains webhook_routes.py, migrated from the flat routes/ directory.
|
|
Backward-compat shim at routes/webhook_routes.py re-exports from here.
|
|
"""
|