Routing
page
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "6" |
| slug | "wspolpraca" |
Route Matching Logs
Path to match:
/6-wspolpraca/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | admin.facebook | /admin/facebook | Path does not match |
| 3 | admin.facebook.new | /admin/facebook/new | Path does not match |
| 4 | admin.facebook.edit | /admin/facebook/{id}/edit | Path does not match |
| 5 | admin.facebook.remove | /admin/facebook/{id}/remove | Path does not match |
| 6 | admin.faq | /admin/faq | Path does not match |
| 7 | admin.faq.sort | /admin/faq/sort | Path does not match |
| 8 | admin.faq.new | /admin/faq/new | Path does not match |
| 9 | admin.faq.edit | /admin/faq/{id}/edit | Path does not match |
| 10 | admin.faq.delete | /admin/faq/{id}/delete | Path does not match |
| 11 | admin.lock_time | /admin/lock_time | Path does not match |
| 12 | admin.logs | /admin/logs | Path does not match |
| 13 | admin.notes | /admin/notes | Path does not match |
| 14 | admin.notes.new | /admin/notes/new | Path does not match |
| 15 | admin.notes.edit | /admin/notes/{id}/edit | Path does not match |
| 16 | admin.notes.remove | /admin/notes/{id}/remove | Path does not match |
| 17 | admin.offer.rooms | /admin/rooms/ | Path does not match |
| 18 | admin.offer.new_room | /admin/rooms/new | Path does not match |
| 19 | admin.offer.edit_room | /admin/rooms/{id}/edit | Path does not match |
| 20 | admin.offer.edit_price | /admin/rooms/{id}/edit_price | Path does not match |
| 21 | admin.offer.remove_room | /admin/rooms/{id}/remove | Path does not match |
| 22 | admin.offer.sites | /admin/sites/ | Path does not match |
| 23 | admin.offer.new_site | /admin/sites/new | Path does not match |
| 24 | admin.sites.edit_site | /admin/sites/{id}/edit | Path does not match |
| 25 | admin.sites.remove_site | /admin/sites/{id}/remove | Path does not match |
| 26 | admin.pages | /admin/pages | Path does not match |
| 27 | admin.pages.edit | /admin/pages/{id}/edit | Path does not match |
| 28 | admin.partners | /admin/partners | Path does not match |
| 29 | admin.partners.new | /admin/partners/new | Path does not match |
| 30 | admin.partners.edit | /admin/partners/{id}/edit | Path does not match |
| 31 | admin.partners.remove | /admin/partners/{id}/remove | Path does not match |
| 32 | admin.promotions | /admin/promotions | Path does not match |
| 33 | admin.promotions.new | /admin/promotions/new | Path does not match |
| 34 | admin.promotions.edit | /admin/promotions/{id}/edit | Path does not match |
| 35 | admin.promotions.remove | /admin/promotions/{id}/remove | Path does not match |
| 36 | admin.reservations | /admin/reservations | Path does not match |
| 37 | admin.release | /admin/reservations/{id}/release | Path does not match |
| 38 | admin.reservations_exceptions | /admin/reservations/exceptions | Path does not match |
| 39 | admin.reservations_exceptions.new | /admin/reservations/exceptions/new | Path does not match |
| 40 | admin.reservations_exceptions.edit | /admin/reservations/exceptions/{id}/edit | Path does not match |
| 41 | admin.reservations_exceptions.remove | /admin/reservations/exceptions/{id}/remove | Path does not match |
| 42 | admin.reservations_hours | /admin/reservations/hours | Path does not match |
| 43 | admin.reservations_hours.new | /admin/reservations/hours/new | Path does not match |
| 44 | admin.reservations_hours.edit | /admin/reservations/hours/{id}/edit | Path does not match |
| 45 | admin.reservations_hours.remove | /admin/reservations/hours/{id}/remove | Path does not match |
| 46 | login_route | /admin/login | Path does not match |
| 47 | login_check | /admin/login_check | Path does not match |
| 48 | admin.vouchers | /admin/vouchers | Path does not match |
| 49 | api | /api/ | Path does not match |
| 50 | api.authorize | /api/authorize/ | Path does not match |
| 51 | calendar.iframe | /calendar/{roomId}/ | Path does not match |
| 52 | calendar | /rezerwacja/ | Path does not match |
| 53 | calendar.room | /rezerwacja/{roomId}/ | Path does not match |
| 54 | contact | /kontakt/ | Path does not match |
| 55 | faq | /faq/ | Path does not match |
| 56 | homepage | / | Path does not match |
| 57 | offer.rooms | /oferta/pokoje/ | Path does not match |
| 58 | offer.site | /oferta/{id}/ | Path does not match |
| 59 | cooperate | /wspolpraca/ | Path does not match |
| 60 | news | /news/ | Path does not match |
| 61 | page | /{id}-{slug}/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.