Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
# | Route name | Path | Log |
---|---|---|---|
1 | api_login_user | /api/access/{token} | Path does not match |
2 | api_create_user | /api/create-user | Path does not match |
3 | api_update_user | /api/user/{apiKey}/update | Path does not match |
4 | api_user_close_null | /api/user/{apiKey}/set-close-null | Path does not match |
5 | api_update_seller | /api/seller/update | Path does not match |
6 | api_get_pins | /api/{apiKey}/pins | Path does not match |
7 | api_get_sellers_id | /api/get-sellers-by-id | Path does not match |
8 | api_get_sellers | /api/{apiKey}/sellers-id | Path does not match |
9 | seller_add | /api/{apiKey}/seller/add | Path does not match |
10 | seller_delete | /api/{apiKey}/seller/delete | Path does not match |
11 | seller_updated_get | /api/seller/get-updated | Path does not match |
12 | add_role_user | /api/add-role-to-user | Path does not match |
13 | empty_index | / | Path does not match |
14 | homepage | /home/{type} | Path does not match |
15 | view_event_info | /home-event-info/{slug} | Path does not match |
16 | view_event | /home/{type}/{slug} | Path does not match |
17 | date_tickets | /{date_id}/tickets | Path does not match |
18 | make_sale | /make-sale | Path does not match |
19 | sale_pdf | /sale-pdf/{sale_token} | Path does not match |
20 | sale_receipt | /sale-receipt/{sale_token} | Path does not match |
21 | workers_ferry | /manage-workers-ferry | Path does not match |
22 | sp_guestlist_list | /guest-list/view-list | Path does not match |
23 | sp_guestlist_manage | /guest-list/manage/{id} | Path does not match |
24 | sp_guestlist_add_name | /guest-list/add-name-to-list/{listId} | Path does not match |
25 | sp_guestlist_remove_line | /guest-list/remove-pending-line/{line_id} | Path does not match |
26 | app_login | /login | Path does not match |
27 | app_logout | /logout | Path does not match |
28 | messages | /messages | Path does not match |
29 | send_close_date | /send-close-date | Path does not match |
30 | public_home | /public/{sp_username}/{seller_id}/{type} | Path does not match |
31 | public_view_event | /public/{sp_username}/{seller_id}/{type}/{event_slug} | Path does not match |
32 | public_view_event_date | /public/{sp_username}/{seller_id}/{type}/{event_slug}/{date} | Path does not match |
33 | public_date_tickets | /public/{sp_username}/{seller_id}/{type}/{event_slug}/{date_id}/tickets | Path does not match |
34 | public_make_sale | /public/{sp_username}/{seller_id}/{type}/{event_slug}/{date}/make-sale | Path does not match |
35 | sp_refund_requests | /refund/list | Path does not match |
36 | sale_refund | /refund/{sale_id}/refund/{active} | Path does not match |
37 | sales_collected | /sales/collections | Path does not match |
38 | sales_collected_view_one | /sales/collections/view/{colId} | Path does not match |
39 | view_sale | /view-sale/{sale_token} | Path does not match |
40 | view_pending_sale | /view-pending-sale/{hashid} | Path does not match |
41 | sale_send | /{sale_token}/send-to-buyer | Path does not match |
42 | payment_send | /send-payment/{hashid} | Path does not match |
43 | sale_resend | /{sale_token}/resend-to-buyer | Path does not match |
44 | payment_resend | /resend-payment/{hashid} | Path does not match |
45 | sales_list | /sale-list/{type} | Path does not match |
46 | sales_tpv | /sale-tpv | Path does not match |
47 | sale_report | /sale-report | Path does not match |
48 | settings | /settings | Path does not match |
49 | seller_edit_name | /settings/seller/{id}/edit-name | Path does not match |
50 | seller_edit_pin | /settings/seller/{id}/edit-pin | Path does not match |
51 | public_links | /public-links | Path does not match |
52 | sidebar_contact | /sidebar-contact | Path does not match |
53 | charters | /charters | Path does not match |
54 | vip_request_new | /vip/request/{dateId} | Path does not match |
55 | vip_requests | /vip/requests-list/{status} | Path does not match |
56 | qr_code_generate | /qr-code/{builder}/{data} | Path does not match |
57 | _preview_error | /_error/{code}.{_format} | Path does not match |
58 | _wdt | /_wdt/{token} | Path does not match |
59 | _profiler_home | /_profiler/ | Path does not match |
60 | _profiler_search | /_profiler/search | Path does not match |
61 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
62 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
63 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
64 | _profiler_open_file | /_profiler/open | Path does not match |
65 | _profiler | /_profiler/{token} | Path does not match |
66 | _profiler_router | /_profiler/{token}/router | Path does not match |
67 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
68 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.