Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
# | Route name | Path | Log |
---|---|---|---|
1 | cargo.create | /load/create | Path does not match |
2 | _preview_error | /_error/{code}.{_format} | Path does not match |
3 | _wdt | /_wdt/{token} | Path does not match |
4 | _profiler_home | /_profiler/ | Path does not match |
5 | _profiler_search | /_profiler/search | Path does not match |
6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
10 | _profiler_open_file | /_profiler/open | Path does not match |
11 | _profiler | /_profiler/{token} | Path does not match |
12 | _profiler_router | /_profiler/{token}/router | Path does not match |
13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
15 | api.register | /api/register | Path does not match |
16 | api.send-verification-email | /api/send-verification-email | Path does not match |
17 | login-with-service | /login/{service} | Path does not match |
18 | api_cargo.showBidForm | /api/sendBid/{id} | Path does not match |
19 | get_centrifugo_credentials_for_current_user | /centrifugo/credentials/user | Path does not match |
20 | api_city-suggest | /api/city/suggest | Path does not match |
21 | api_city-by-id | /api/city/by-id/{id} | Path does not match |
22 | api_company.my.save | /api/company | Path does not match |
23 | api_company.my.index | /api/company/my | Path does not match |
24 | api_cargo.show | /api/company/{id} | Path does not match |
25 | api_file | /api/file | Path does not match |
26 | api_api.filter.index | /api/load-filter | Path does not match |
27 | api_api.filter.save | /api/load-filter | Path does not match |
28 | api_api.list | /api/list | Path does not match |
29 | api_api.cargo.index | /api/load-list | Path does not match |
30 | api_api.cargo.show | /api/load/{id} | Path does not match |
31 | api_api.cargo.store | /api/load/create | Path does not match |
32 | api_api.cargo.comment.store | /api/load/comment | Path does not match |
33 | api_api.cargo.comment.update | /api/load/comment/{id} | Path does not match |
34 | api_api.cargo.comment.delete | /api/load/comment/{id} | Path does not match |
35 | api_api.chat.show | /api/chat/{id} | Path does not match |
36 | api_api.chat.messages | /api/chat/{id}/messages | Path does not match |
37 | api_api.chat.messages.create | /api/chat/{id}/messages | Path does not match |
38 | api_api.chats.index | /api/chats | Path does not match |
39 | api_api.transport.index | /api/transport | Path does not match |
40 | api_api.transport.comment.store | /api/transport/comment | Path does not match |
41 | app_sign_out | /sign-out | Path does not match |
42 | company.show | /company/{id} | Path does not match |
43 | cargo.index | / | Path does not match |
44 | cargo.show | /load/{id} | Path does not match |
45 | cargo.edit | /{id}/edit | Path does not match |
46 | loc | /locale/{locale} | Path does not match |
47 | agreement | /policies/agreement/ | Path does not match |
48 | profile | /profile/edit | Path does not match |
49 | profile.phones | /profile/phones | Path does not match |
50 | profile.phones.create | /profile/phones/create | Path does not match |
51 | profile.phones.store | /profile/phones/create | Path does not match |
52 | profile.messages.main | /profile/messages/{id} | Path does not match |
53 | profile.chat | /profile/chat/{id} | Path does not match |
54 | profile.messages.show | /profile/messages | Path does not match |
55 | profile.company | /profile/company | Path does not match |
56 | profile.my-cargos | /profile/load-list | Path does not match |
57 | app_verify_email | /verify/email | Path does not match |
58 | transport.index | /transport | Path does not match |
59 | transport.create | /transport/create | Path does not match |
60 | transport.show | /transport/{id} | Path does not match |
61 | transport.edit | /transport/{id}/edit | Path does not match |
62 | app_sign_in | /api/sign-in | 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.