Routing
message.create
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/message
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_import_disributor | /admin/import/distributor | Path does not match |
| 2 | admin_import_points | /admin/import/points | Path does not match |
| 3 | admin.reporting.balance_report | /admin/reporting/balance-report | Path does not match |
| 4 | location | /api/location | Path does not match |
| 5 | message.create | /api/message | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.