Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | 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 | / | Path does not match |
| 12 | debug_500 | /debug/500 | Path does not match |
| 13 | get_user_balance_on_exchange | /api/exchange/trade-balance | Path does not match |
| 14 | get_all_exchange_tokens | /api/exchange/all-tokens | Path does not match |
| 15 | withdrawing_tokens_from_exchange | /api/exchange/withdrawal | Path does not match |
| 16 | sending_tokens_to_exchange | /api/exchange/sending | Path does not match |
| 17 | get_trading_pairs | /api/exchange/trading-pairs | Path does not match |
| 18 | get_pair_exchange_info | /api/exchange/pair-exchange-info | Path does not match |
| 19 | create_order_trading_pairs | /api/exchange/create-order-trading-pairs | Path does not match |
| 20 | trading_pairs_status | /api/exchange/trading-pairs-status | Path does not match |
| 21 | cancel_trading_pairs | /api/exchange/cancel-trading-pairs | Path does not match |
| 22 | update_kyc | /api/update-kyc | Path does not match |
| 23 | get_oauth_key | /oauth/{id} | Path does not match |
| 24 | refresh_oauth_token | /oauth/refresh | Path does not match |
| 25 | get_referral_info_about_open_sale | /api/open-sale-referral-info | Path does not match |
| 26 | buy_open_sale_token_by_capital_id | /open-sale/{id} | Path does not match |
| 27 | forget_login | /api/users/forget_login | Path does not match |
| 28 | restoreCheckHash | /api/users/restore_request_check/{hash} | Path does not match |
| 29 | restore_request | /api/users/restore_request/{email} | Path does not match |
| 30 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.