Routing
web.login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api.auth.user | /api/auth/user | Path does not match |
| 2 | api.auth.jwt | /api/auth/jwt | Path does not match |
| 3 | api.auth.refresh | /api/auth/refresh | Path does not match |
| 4 | api.supplier.list_operators | /api/suppliers/tour-operators | Path does not match |
| 5 | api.supplier.list_deliveries | /api/suppliers/deliveries | Path does not match |
| 6 | api.supplier.tour_leader.trip_info | /api/suppliers/tour-leaders/trips/{id} | Path does not match |
| 7 | api.supplier.tour_leader.set_transport_data | /api/suppliers/tour-leaders/deliveries/{id}/transport-data | Path does not match |
| 8 | api.supplier.tour_leader.set_participants_data | /api/suppliers/tour-leaders/trips/{id}/participants-data | Path does not match |
| 9 | api.supplier.tour_leader.register_invoice | /api/suppliers/tour-leaders/invoices | Path does not match |
| 10 | api.tour_operator.create_offer | /api/tour-operator/offers | Path does not match |
| 11 | api.front.dictionary.list | /api/front/dictionaries/{dictionary} | Path does not match |
| 12 | api.front.dictionary.create | /api/front/dictionaries/{dictionary} | Path does not match |
| 13 | api.front.dictionary.get | /api/front/dictionaries/{dictionary}/{id} | Path does not match |
| 14 | api.front.dictionary.update | /api/front/dictionaries/{dictionary}/{id} | Path does not match |
| 15 | api.front.dictionary.delete | /api/front/dictionaries/{dictionary}/{id} | Path does not match |
| 16 | api.front.dictionary.move | /api/front/dictionaries/{dictionary}/{id}/move | Path does not match |
| 17 | api.front.employee.list | /api/front/employees | Path does not match |
| 18 | api.front.employee.create | /api/front/employees | Path does not match |
| 19 | api.front.employee.get | /api/front/employees/{id} | Path does not match |
| 20 | api.front.employee.update | /api/front/employees/{id} | Path does not match |
| 21 | api.front.employee.delete | /api/front/employees/{id} | Path does not match |
| 22 | api.front.employee.search | /api/front/employees/search | Path does not match |
| 23 | api.front.admin.index | /api/front/admin/ | Path does not match |
| 24 | api.front.admin.change_year | /api/front/admin/change-year | Path does not match |
| 25 | api.front.admin.set_logo | /api/front/admin/logo | Path does not match |
| 26 | api.front.admin.delete_logo | /api/front/admin/logo | Path does not match |
| 27 | api.front.settings.get_fakturownia | /api/front/settings/fakturownia | Path does not match |
| 28 | api.front.settings.set_fakturownia | /api/front/settings/fakturownia | Path does not match |
| 29 | api.front.settings.get_travelpay | /api/front/settings/travelpay | Path does not match |
| 30 | api.front.settings.set_travelpay | /api/front/settings/travelpay | Path does not match |
| 31 | api.front.settings.get_bank | /api/front/settings/bank | Path does not match |
| 32 | api.front.settings.set_bank | /api/front/settings/bank | Path does not match |
| 33 | api.front.settings.get_smtp | /api/front/settings/smtp | Path does not match |
| 34 | api.front.settings.set_smtp | /api/front/settings/smtp | Path does not match |
| 35 | api.front.settings.get_invoice_data | /api/front/settings/invoice-data | Path does not match |
| 36 | api.front.settings.set_invoice_data | /api/front/settings/invoice-data | Path does not match |
| 37 | api.front.client.list | /api/front/clients | Path does not match |
| 38 | api.front.client.create | /api/front/clients | Path does not match |
| 39 | api.front.client.get | /api/front/clients/{id} | Path does not match |
| 40 | api.front.client.update | /api/front/clients/{id} | Path does not match |
| 41 | api.front.client.delete | /api/front/clients/{id} | Path does not match |
| 42 | api.front.client.search | /api/front/clients/search | Path does not match |
| 43 | api.front.status | /api/front/status | Path does not match |
| 44 | api.front.get_logo | /api/front/logo | Path does not match |
| 45 | api.front.invoice.list | /api/front/invoices | Path does not match |
| 46 | api.front.invoice.create | /api/front/invoices | Path does not match |
| 47 | api.front.invoice.get | /api/front/invoices/{id} | Path does not match |
| 48 | api.front.invoice.update | /api/front/invoices/{id} | Path does not match |
| 49 | api.front.invoice.delete | /api/front/invoices/{id} | Path does not match |
| 50 | api.front.invoice.cost_allocation | /api/front/invoices/{id}/cost-allocation | Path does not match |
| 51 | api.front.invoice.get_allocations | /api/front/invoices/{id}/allocations | Path does not match |
| 52 | api.front.invoice.set_allocations | /api/front/invoices/{id}/allocations | Path does not match |
| 53 | api.front.invoice.attachment | /api/front/invoices/{id}/attachment | Path does not match |
| 54 | api.front.invoice.register_transfer | /api/front/invoices/{id}/transfer | Path does not match |
| 55 | api.front.invoice.get_transfer | /api/front/invoices/{id}/transfer | Path does not match |
| 56 | api.front.message.render_preview | /api/front/messages/preview | Path does not match |
| 57 | api.front.message.create | /api/front/messages | Path does not match |
| 58 | api.front.message.get | /api/front/messages/{deliveryMethod}/{id} | Path does not match |
| 59 | api.front.message_template.meta.list_types | /api/front/message-templates/metadata | Path does not match |
| 60 | api.front.message_template.meta.show_type | /api/front/message-templates/metadata/{type} | Path does not match |
| 61 | api.front.message_template.list | /api/front/message-templates | Path does not match |
| 62 | api.front.message_template.create | /api/front/message-templates | Path does not match |
| 63 | api.front.message_template.show | /api/front/message-templates/{id} | Path does not match |
| 64 | api.front.message_template.update | /api/front/message-templates/{id} | Path does not match |
| 65 | api.front.message_template.delete | /api/front/message-templates/{id} | Path does not match |
| 66 | api.front.note.list | /api/front/notes | Path does not match |
| 67 | api.front.note.create | /api/front/notes | Path does not match |
| 68 | api.front.note.get | /api/front/notes/{id} | Path does not match |
| 69 | api.front.note.delete | /api/front/notes/{id} | Path does not match |
| 70 | api.front.offer.list | /api/front/offers | Path does not match |
| 71 | api.front.offer.create | /api/front/offers | Path does not match |
| 72 | api.front.offer.get | /api/front/offers/{id} | Path does not match |
| 73 | api.front.offer.update | /api/front/offers/{id} | Path does not match |
| 74 | api.front.offer.delete | /api/front/offers/{id} | Path does not match |
| 75 | api.front.offer.set_attachment | /api/front/offers/{id}/attachment | Path does not match |
| 76 | api.front.offer.get_attachment | /api/front/offers/{id}/attachment | Path does not match |
| 77 | api.front.offer.email_templates | /api/front/offers/email-templates | Path does not match |
| 78 | api.front.offer.send_email_modal | /api/front/offers/{id}/send-email-modal | Path does not match |
| 79 | api.front.offer.email_preview | /api/front/offers/{id}/email-preview/{templateId} | Path does not match |
| 80 | api.front.organization.list | /api/front/organizations | Path does not match |
| 81 | api.front.organization.create | /api/front/organizations | Path does not match |
| 82 | api.front.organization.get | /api/front/organizations/{id} | Path does not match |
| 83 | api.front.organization.update | /api/front/organizations/{id} | Path does not match |
| 84 | api.front.organization.delete | /api/front/organizations/{id} | Path does not match |
| 85 | api.front.organization.search | /api/front/organizations/search | Path does not match |
| 86 | api.front.profile.get | /api/front/profile | Path does not match |
| 87 | api.front.profile.change_password | /api/front/profile/change-password | Path does not match |
| 88 | api.front.profile.update | /api/front/profile | Path does not match |
| 89 | api.front.service_delivery.create | /api/front/service-deliveries | Path does not match |
| 90 | api.front.service_delivery.update | /api/front/service-deliveries/{id}/{scope} | Path does not match |
| 91 | api.front.service_delivery.delete | /api/front/service-deliveries/{id} | Path does not match |
| 92 | api.front.service_delivery.service_create | /api/front/service-deliveries/{deliveryId}/services | Path does not match |
| 93 | api.front.service_delivery.service_update | /api/front/service-deliveries/services/{id} | Path does not match |
| 94 | api.front.service_delivery.service_delete | /api/front/service-deliveries/services/{id} | Path does not match |
| 95 | api.front.service_supplier.list | /api/front/suppliers/{serviceType} | Path does not match |
| 96 | api.front.service_supplier.create | /api/front/suppliers/{serviceType} | Path does not match |
| 97 | api.front.service_supplier.update | /api/front/suppliers/{serviceType}/{id} | Path does not match |
| 98 | api.front.service_supplier.get | /api/front/suppliers/{serviceType}/{id} | Path does not match |
| 99 | api.front.service_supplier.set_google_place | /api/front/suppliers/{serviceType}/{id}/google-place | Path does not match |
| 100 | api.front.service_supplier.delete | /api/front/suppliers/{serviceType}/{id} | Path does not match |
| 101 | api.front.service_supplier.add_representative | /api/front/suppliers/{serviceType}/{id}/representatives | Path does not match |
| 102 | api.front.service_supplier.remove_representative | /api/front/suppliers/{serviceType}/{id}/representatives/{email} | Path does not match |
| 103 | api.front.task.list | /api/front/tasks | Path does not match |
| 104 | api.front.task.create | /api/front/tasks | Path does not match |
| 105 | api.front.task.get | /api/front/tasks/{id} | Path does not match |
| 106 | api.front.task.update | /api/front/tasks/{id} | Path does not match |
| 107 | api.front.task.assign | /api/front/tasks/{id}/assign | Path does not match |
| 108 | api.front.task.change_status | /api/front/tasks/{id}/change-status | Path does not match |
| 109 | api.front.task.delete | /api/front/tasks/{id} | Path does not match |
| 110 | api.front.trip.list | /api/front/trips | Path does not match |
| 111 | api.front.trip.details | /api/front/trips/{id} | Path does not match |
| 112 | api.front.trip.next_external_identifier | /api/front/trips/next-external-identifier | Path does not match |
| 113 | api.front.trip.create | /api/front/trips | Path does not match |
| 114 | api.front.trip.update_details | /api/front/trips/{id}/{field} | Path does not match |
| 115 | api.front.trip_files.upload | /api/front/trips/{tripId}/files | Path does not match |
| 116 | api.front.trip_files.list | /api/front/trips/{tripId}/files | Path does not match |
| 117 | api.front.trip_files.download | /api/front/trips/files/{id}/download | Path does not match |
| 118 | api.front.trip_files.delete | /api/front/trips/files/{id} | Path does not match |
| 119 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 120 | app.swagger | /api/doc.json | Path does not match |
| 121 | _logout_api | /api/logout | Path does not match |
| 122 | _logout_tour_operator_web | /logout | Path does not match |
| 123 | web.admin.dictionary.list | /admin/dict/{dictionary} | Path does not match |
| 124 | web.admin.dictionary.new_entry | /admin/dict/{dictionary}/new | Path does not match |
| 125 | web.admin.dictionary.show_entry | /admin/dict/{dictionary}/{id} | Path does not match |
| 126 | web.admin.dictionary.delete_entry | /admin/dict/{dictionary}/{id}/delete | Path does not match |
| 127 | web.admin.dictionary.move_entry | /admin/dict/{dictionary}/{id}/move | Path does not match |
| 128 | web.admin.email_queue.list | /admin/email-queue | Path does not match |
| 129 | web.admin.email_queue.preview | /admin/email-queue/{id}/preview | Path does not match |
| 130 | web.admin.employee.list | /admin/employees | Path does not match |
| 131 | web.admin.employee.new | /admin/employees/new | Path does not match |
| 132 | web.admin.employee.edit | /admin/employees/{id}/edit | Path does not match |
| 133 | web.admin.employee.delete | /admin/employees/{id}/delete | Path does not match |
| 134 | web.admin.settings.fakturownia | /admin/settings/fakturownia | Path does not match |
| 135 | web.admin.settings.travelpay | /admin/settings/travelpay | Path does not match |
| 136 | web.admin.settings.bank | /admin/settings/bank | Path does not match |
| 137 | web.admin.settings.smtp | /admin/settings/smtp | Path does not match |
| 138 | web.admin.settings.invoice_data | /admin/settings/invoice-data | Path does not match |
| 139 | web.admin.settings.general | /admin/settings/general | Path does not match |
| 140 | web.admin.settings.set_logo | /admin/settings/set-logo | Path does not match |
| 141 | web.admin.settings.delete_logo | /admin/settings/delete-logo | Path does not match |
| 142 | web.core.client.list | /clients | Path does not match |
| 143 | web.core.client.new | /clients/new | Path does not match |
| 144 | web.core.client.edit | /clients/{id}/edit | Path does not match |
| 145 | web.core.client.delete | /clients/{id}/delete | Path does not match |
| 146 | web.core.client.email_templates | /clients/email-templates | Path does not match |
| 147 | web.core.client.send_email_modal | /clients/{id}/send-email-modal | Path does not match |
| 148 | web.core.client.email_preview | /clients/{id}/email-preview/{templateId} | Path does not match |
| 149 | web.core.email_template_group.list | /email-template-groups | Path does not match |
| 150 | web.core.email_template_group.new | /email-template-groups/new | Path does not match |
| 151 | web.core.email_template_group.edit | /email-template-groups/{id}/edit | Path does not match |
| 152 | web.core.email_template_group.delete | /email-template-groups/{id}/delete | Path does not match |
| 153 | web.core.email_template_group.templates | /email-template-groups/{groupId}/templates | Path does not match |
| 154 | web.core.email_template_group.template_new | /email-template-groups/{groupId}/templates/new | Path does not match |
| 155 | web.core.email_template_group.template_edit | /email-template-groups/{groupId}/templates/{id}/edit | Path does not match |
| 156 | web.core.email_template_group.template_delete | /email-template-groups/{groupId}/templates/{id}/delete | Path does not match |
| 157 | web.core.email_template_group.template_test | /email-template-groups/{groupId}/templates/{id}/test | Path does not match |
| 158 | web.core.invoice.list | /invoices | Path does not match |
| 159 | web.core.invoice.new | /invoices/new | Path does not match |
| 160 | web.core.invoice.view | /invoices/{id} | Path does not match |
| 161 | web.core.invoice.allocations | /invoices/{id}/allocations | Path does not match |
| 162 | web.core.invoice.cost_allocation | /invoices/{id}/cost-allocation | Path does not match |
| 163 | web.core.invoice.delete | /invoices/{id}/delete | Path does not match |
| 164 | web.core.invoice.attachment | /invoices/{id}/attachment | Path does not match |
| 165 | web.core.note.tasks | /notes/tasks | Path does not match |
| 166 | web.core.note.list | /notes | Path does not match |
| 167 | web.core.note.add | /notes/add | Path does not match |
| 168 | web.core.note.view | /notes/{id} | Path does not match |
| 169 | web.core.note.delete | /notes/{id}/delete | Path does not match |
| 170 | web.core.offer.list | /offers | Path does not match |
| 171 | web.core.offer.new | /offers/new | Path does not match |
| 172 | web.core.offer.view | /offers/{id} | Path does not match |
| 173 | web.core.offer.delete | /offers/{id}/delete | Path does not match |
| 174 | web.core.offer.add_attachment | /offers/{id}/add-attachment | Path does not match |
| 175 | web.core.offer.download_attachment | /offers/{id}/download-attachment | Path does not match |
| 176 | web.core.offer.email_templates | /offers/email-templates | Path does not match |
| 177 | web.core.offer.send_email_modal | /offers/{id}/send-email-modal | Path does not match |
| 178 | web.core.offer.email_preview | /offers/{id}/email-preview/{templateId} | Path does not match |
| 179 | web.core.organization.list | /organizations | Path does not match |
| 180 | web.core.organization.new | /organizations/new | Path does not match |
| 181 | web.core.organization.edit | /organizations/{id}/edit | Path does not match |
| 182 | web.core.organization.delete | /organizations/{id}/delete | Path does not match |
| 183 | web.core.service_delivery.new | /delivery/new | Path does not match |
| 184 | web.core.service_delivery.edit | /delivery/{id}/edit | Path does not match |
| 185 | web.core.service_delivery.delete | /delivery/{id}/delete | Path does not match |
| 186 | web.core.service_delivery.new_service | /delivery/{deliveryId}/services/new | Path does not match |
| 187 | web.core.service_delivery.edit_service | /delivery/services/{id}/edit | Path does not match |
| 188 | web.core.service_delivery.delete_service | /delivery/services/{id}/delete | Path does not match |
| 189 | web.core.service_supplier.list | /{serviceType} | Path almost matches, but Requirement for "serviceType" does not match (transport|accommodation|attraction|tour-leader) |
| 190 | web.core.service_supplier.new | /{serviceType}/new | Path does not match |
| 191 | web.core.service_supplier.edit | /{serviceType}/{id}/edit | Path does not match |
| 192 | web.core.service_supplier.set_google_place | /{serviceType}/{id}/google-place | Path does not match |
| 193 | web.core.service_supplier.delete | /{serviceType}/{id}/delete | Path does not match |
| 194 | web.core.service_supplier.representative | /{serviceType}/{id}/representative | Path does not match |
| 195 | web.core.service_supplier.remove_representative | /{serviceType}/{id}/remove-representative/{representativeId} | Path does not match |
| 196 | web.core.service_supplier.list-services | /{serviceType}/{id}/services | Path does not match |
| 197 | web.core.trip.list | /trips | Path does not match |
| 198 | web.core.trip.new | /trips/new | Path does not match |
| 199 | web.core.trip.new_from_offer | /trips/new-from-offer | Path does not match |
| 200 | web.core.trip.delete | /trips/{id}/delete | Path does not match |
| 201 | web.core.trip.details | /trips/{id}/details | Path does not match |
| 202 | web.core.trip.update-details | /trips/{id}/details/{field} | Path does not match |
| 203 | web.core.trip.travel_pay.show | /trips/{id}/travel-pay/show | Path does not match |
| 204 | web.core.trip.travel_pay.new | /trips/{id}/travel-pay/new | Path does not match |
| 205 | web.core.trips.store_file | /trips/{tripId}/store-file | Path does not match |
| 206 | web.core.trips.list_files | /trips/{tripId}/files | Path does not match |
| 207 | web.core.files.download | /files/{id} | Path does not match |
| 208 | web.core.delete | /files/{id}/delete | Path does not match |
| 209 | web.supplier.login | /suppliers/login | Path does not match |
| 210 | web.supplier.logout | /suppliers/logout | Path does not match |
| 211 | web.supplier.init_password_reset | /suppliers/pass/reset | Path does not match |
| 212 | web.supplier.password_reset | /suppliers/pass/reset/{token} | Path does not match |
| 213 | web.supplier.home | /suppliers/ | Path does not match |
| 214 | web.supplier.register | /suppliers/register | Path does not match |
| 215 | web.supplier.activate | /suppliers/activate/{token} | Path does not match |
| 216 | web.supplier.list_deliveries | /suppliers/deliveries | Path does not match |
| 217 | web.supplier.edit_delivery | /suppliers/deliveries/{id}/edit | Path does not match |
| 218 | web.supplier.download_program | /suppliers/download/program/{id} | Path does not match |
| 219 | web.supplier.test.home | /suppliers/test | Path does not match |
| 220 | web.home | / | Path does not match |
| 221 | webchange_year | /change-year | Path does not match |
| 222 | web.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.