Routing
default
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | get_certificate | /api/aut/documents/certificate | Path does not match |
| 2 | get_memorandum | /api/aut/documents/memorandum/{id}/{amount} | Path does not match |
| 3 | get_all_token_price | /au_tokens/currency_rates/{quote} | Path does not match |
| 4 | get_with_price | /au_owners/with_price/{id_quote} | Path does not match |
| 5 | agreement | /api/aut/documents/agreement | Path does not match |
| 6 | airdrop | /api/aut/documents/airdrop | Path does not match |
| 7 | dao | /api/aut/documents/dao | Path does not match |
| 8 | privacy | /api/aut/documents/privacy | Path does not match |
| 9 | terms | /api/aut/documents/terms | Path does not match |
| 10 | bpay | /api/pay_hooks/binance | Path does not match |
| 11 | default | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.