Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
# | Route name | Path | Log |
---|---|---|---|
1 | app_api_company_companycontact_add | /api/company/{companyId}/contact | Path does not match |
2 | app_api_company_companycontact_get | /api/company/{companyId}/contact/{contactId} | Path does not match |
3 | app_api_company_companycontact_update | /api/company/{companyId}/contact/{contactId} | Path does not match |
4 | app_api_company_companycontact_delete | /api/company/{companyId}/contact/{contactId} | Path does not match |
5 | app_api_company_companycontact_list | /api/company/{companyId}/contact/list | Path does not match |
6 | app_api_company_company_add | /api/company | Path does not match |
7 | app_api_company_company_get | /api/company/{id} | Path does not match |
8 | app_api_company_company_update | /api/company/{id} | Path does not match |
9 | app_api_company_company_delete | /api/company/{id} | Path does not match |
10 | app_api_company_company_list | /api/company/list | Path does not match |
11 | app_api_company_company_updateremark | /api/company/{id}/remarks | Path does not match |
12 | app_api_company_companydocument_add | /api/company/{companyId}/document | Path does not match |
13 | app_api_company_companydocument_get | /api/company/{companyId}/document/{id} | Path does not match |
14 | app_api_company_companydocument_delete | /api/company/{companyId}/document/{id} | Path does not match |
15 | app_api_company_companydocument_list | /api/company/{companyId}/document/list | Path does not match |
16 | app_api_company_companyuser_add | /api/company/{companyId}/user | Path does not match |
17 | app_api_company_companyuser_get | /api/company/{companyId}/user/{userId} | Path does not match |
18 | app_api_company_companyuser_update | /api/company/{companyId}/user/{userId} | Path does not match |
19 | app_api_company_companyuser_delete | /api/company/{companyId}/user/{userId} | Path does not match |
20 | app_api_company_companyuser_list | /api/company/{companyId}/user/list | Path does not match |
21 | app_api_company_companyuser_changeuserpassword | /api/company/{companyId}/user/{userId}/change-user-password | Path does not match |
22 | app_api_company_companyuser_sendresetlink | /api/company/{companyId}/user/{userId}/send-password-reset-link | Path does not match |
23 | app_api_company_companyuser_sendpasswordresetlink | /api/user/send-password-reset-link | Path does not match |
24 | app_api_company_companyvisatypeprice_save | /api/company/{companyId}/visa-type/save | Path does not match |
25 | app_api_company_companyvisatypeprice_get | /api/company/{companyId}/visa-type/{id} | Path does not match |
26 | app_api_company_companyvisatypeprice_delete | /api/company/{companyId}/visa-type/{id} | Path does not match |
27 | app_api_company_companyvisatypeprice_list | /api/company/{companyId}/visa-type/list | Path does not match |
28 | app_api_company_companyvisatypeprice_price | /api/company/{companyId}/visa-price/{id} | Path does not match |
29 | app_api_file_file_upload | /api/file/upload | Path does not match |
30 | app_api_login_login_login | /api/user/login | Path does not match |
31 | app_api_login_login_logout | /api/user/logout | Path does not match |
32 | app_api_login_login_me | /api/user/me | Path does not match |
33 | app_api_login_login_changepassword | /api/user/change-password | Path does not match |
34 | app_api_login_login_resetpassword | /api/user/reset-password | Path does not match |
35 | app_api_mail_testmail_send | /api/mail/test | Path does not match |
36 | app_api_mail_testmail_newcompanymail | /api/mail/company/{companyId}/new | Path does not match |
37 | app_api_mail_testmail_newcompanyusermail | /api/mail/user/{userId}/new | Path does not match |
38 | app_api_mail_testmail_newvisaapplicationmail | /api/mail/visa-application/{applicationId}/new | Path does not match |
39 | app_api_mail_testmail_confirmvisaapplicationmail | /api/mail/visa-application/{applicationId}/confirm | Path does not match |
40 | app_api_mail_testmail_acceptedvisaapplicationmail | /api/mail/visa-application/{applicationId}/accepted | Path does not match |
41 | app_api_payment_paymentbank_add | /api/payment/payment-bank | Path does not match |
42 | app_api_payment_paymentbank_update | /api/payment/payment-bank/{bankId} | Path does not match |
43 | app_api_payment_paymentbank_delete | /api/payment/payment-bank/{bankId} | Path does not match |
44 | app_api_payment_paymentbank_get | /api/payment/payment-bank/{bankId} | Path does not match |
45 | app_api_payment_paymentbank_list | /api/payment/payment-bank/list | Path does not match |
46 | app_api_payment_payment_add | /api/payment | Path does not match |
47 | app_api_payment_payment_get | /api/payment/{id} | Path does not match |
48 | app_api_payment_payment_update | /api/payment/{id} | Path does not match |
49 | app_api_payment_payment_delete | /api/payment/{id} | Path does not match |
50 | app_api_payment_payment_list | /api/payment/list | Path does not match |
51 | app_api_payment_paymentdetail_save | /api/payment/{paymentId}/detail/save | Path does not match |
52 | app_api_payment_paymentdetail_get | /api/payment/{paymentId}/visa-application/{id}/detail | Path does not match |
53 | app_api_payment_paymentdetail_delete | /api/payment/{paymentId}/visa-application/{id}/detail | Path does not match |
54 | app_api_payment_paymentdetail_list | /api/payment/{paymentId}/detail/list | Path does not match |
55 | app_api_payment_paymentgateway_add | /api/payment/payment-gateway | Path does not match |
56 | app_api_payment_paymentgateway_update | /api/payment/payment-gateway/{gatewayId} | Path does not match |
57 | app_api_payment_paymentgateway_delete | /api/payment/payment-gateway/{gatewayId} | Path does not match |
58 | app_api_payment_paymentgateway_get | /api/payment/payment-gateway/{gatewayId} | Path does not match |
59 | app_api_payment_paymentgateway_list | /api/payment/payment-gateway/list | Path does not match |
60 | app_api_payment_paymentvirtualpos_add | /api/payment/virtual-pos | Path does not match |
61 | app_api_payment_paymentvirtualpos_update | /api/payment/virtual-pos/{posId} | Path does not match |
62 | app_api_payment_paymentvirtualpos_delete | /api/payment/virtual-pos/{posId} | Path does not match |
63 | app_api_payment_paymentvirtualpos_get | /api/payment/virtual-pos/{posId} | Path does not match |
64 | app_api_payment_paymentvirtualpos_list | /api/payment/virtual-pos/list | Path does not match |
65 | app_api_payment_paymentvirtualpos_setasdefault | /api/payment/virtual-pos/{posId}/set-as-default | Path does not match |
66 | app_api_payment_paymentvirtualposextracurrency_save | /api/payment/virtual-pos/{posId}/extra-currency/save | Path does not match |
67 | app_api_payment_paymentvirtualposextracurrency_list | /api/payment/virtual-pos/{posId}/extra-currency/list | Path does not match |
68 | app_api_register_registercompany_registercompany | /api/register/new-company | Path does not match |
69 | app_api_report_report_companyreport | /api/reports/companies | Path does not match |
70 | app_api_report_report_companycontactreport | /api/reports/company-contacts | Path does not match |
71 | app_api_report_report_statisticreport | /api/reports/statistics | Path does not match |
72 | app_api_report_report_paymentsreport | /api/reports/payments | Path does not match |
73 | app_api_staticdata_companytype_add | /api/static-data/company-type | Path does not match |
74 | app_api_staticdata_companytype_get | /api/static-data/company-type/{code} | Path does not match |
75 | app_api_staticdata_companytype_update | /api/static-data/company-type/{code} | Path does not match |
76 | app_api_staticdata_companytype_delete | /api/static-data/company-type/{code} | Path does not match |
77 | app_api_staticdata_companytype_list | /api/static-data/company-type/list | Path does not match |
78 | app_api_staticdata_identitycardtype_add | /api/static-data/identity-card-type | Path does not match |
79 | app_api_staticdata_identitycardtype_get | /api/static-data/identity-card-type/{code} | Path does not match |
80 | app_api_staticdata_identitycardtype_update | /api/static-data/identity-card-type/{code} | Path does not match |
81 | app_api_staticdata_identitycardtype_delete | /api/static-data/identity-card-type/{code} | Path does not match |
82 | app_api_staticdata_identitycardtype_list | /api/static-data/identity-card-type/list | Path does not match |
83 | app_api_staticdata_stacompanyfiletype_get | /api/static-data/company-file-type/{fileType} | Path does not match |
84 | app_api_staticdata_stacompanyfiletype_update | /api/static-data/company-file-type/{fileType} | Path does not match |
85 | app_api_staticdata_stacompanyfiletype_add | /api/static-data/company-file-type | Path does not match |
86 | app_api_staticdata_stacompanyfiletype_delete | /api/static-data/company-file-type/{fileType} | Path does not match |
87 | app_api_staticdata_stacompanyfiletype_list | /api/static-data/company-file-type/list | Path does not match |
88 | app_api_staticdata_stacurrency_get | /api/static-data/currency/{currencyCode} | Path does not match |
89 | app_api_staticdata_stacurrency_update | /api/static-data/currency/{currencyCode} | Path does not match |
90 | app_api_staticdata_stacurrency_add | /api/static-data/currency | Path does not match |
91 | app_api_staticdata_stacurrency_delete | /api/static-data/currency/{currencyCode} | Path does not match |
92 | app_api_staticdata_stacurrency_list | /api/static-data/currency/list | Path does not match |
93 | app_api_staticdata_stacustomertype_get | /api/static-data/customer-type/{customerType} | Path does not match |
94 | app_api_staticdata_stacustomertype_update | /api/static-data/customer-type/{customerType} | Path does not match |
95 | app_api_staticdata_stacustomertype_add | /api/static-data/customer-type | Path does not match |
96 | app_api_staticdata_stacustomertype_delete | /api/static-data/customer-type/{customerType} | Path does not match |
97 | app_api_staticdata_stacustomertype_list | /api/static-data/customer-type/list | Path does not match |
98 | app_api_staticdata_stafiletype_get | /api/static-data/file-type/{fileType} | Path does not match |
99 | app_api_staticdata_stafiletype_update | /api/static-data/file-type/{fileType} | Path does not match |
100 | app_api_staticdata_stafiletype_add | /api/static-data/file-type | Path does not match |
101 | app_api_staticdata_stafiletype_delete | /api/static-data/file-type/{fileType} | Path does not match |
102 | app_api_staticdata_stafiletype_list | /api/static-data/file-type/list | Path does not match |
103 | app_api_staticdata_stalanguage_get | /api/static-data/language/{languageCode} | Path does not match |
104 | app_api_staticdata_stalanguage_update | /api/static-data/language/{languageCode} | Path does not match |
105 | app_api_staticdata_stalanguage_add | /api/static-data/language | Path does not match |
106 | app_api_staticdata_stalanguage_delete | /api/static-data/language/{languageCode} | Path does not match |
107 | app_api_staticdata_stalanguage_list | /api/static-data/language/list | Path does not match |
108 | app_api_staticdata_stavisaapplicationtype_get | /api/static-data/visa-application-type/{visaApplicationType} | Path does not match |
109 | app_api_staticdata_stavisaapplicationtype_update | /api/static-data/visa-application-type/{visaApplicationType} | Path does not match |
110 | app_api_staticdata_stavisaapplicationtype_add | /api/static-data/visa-application-type | Path does not match |
111 | app_api_staticdata_stavisaapplicationtype_delete | /api/static-data/visa-application-type/{visaApplicationType} | Path does not match |
112 | app_api_staticdata_stavisaapplicationtype_list | /api/static-data/visa-application-type/list | Path does not match |
113 | app_api_staticdata_stavisastatus_get | /api/static-data/visa-status/{visaStatus} | Path does not match |
114 | app_api_staticdata_stavisastatus_update | /api/static-data/visa-status/{visaStatus} | Path does not match |
115 | app_api_staticdata_stavisastatus_add | /api/static-data/visa-status | Path does not match |
116 | app_api_staticdata_stavisastatus_delete | /api/static-data/visa-status/{visaStatus} | Path does not match |
117 | app_api_staticdata_stavisastatus_list | /api/static-data/visa-status/list | Path does not match |
118 | app_api_staticdata_stavisatype_get | /api/static-data/visa-type/{visaType} | Path does not match |
119 | app_api_staticdata_stavisatype_update | /api/static-data/visa-type/{visaType} | Path does not match |
120 | app_api_staticdata_stavisatype_add | /api/static-data/visa-type | Path does not match |
121 | app_api_staticdata_stavisatype_delete | /api/static-data/visa-type/{visaType} | Path does not match |
122 | app_api_staticdata_stavisatype_list | /api/static-data/visa-type/list | Path does not match |
123 | app_api_staticdata_tax_get | /api/static-data/tax/{taxId} | Path does not match |
124 | app_api_staticdata_tax_update | /api/static-data/tax/{taxId} | Path does not match |
125 | app_api_staticdata_tax_add | /api/static-data/tax | Path does not match |
126 | app_api_staticdata_tax_delete | /api/static-data/tax/{taxId} | Path does not match |
127 | app_api_staticdata_tax_list | /api/static-data/tax/list | Path does not match |
128 | app_api_staticdata_usertype_add | /api/static-data/user-type | Path does not match |
129 | app_api_staticdata_usertype_get | /api/static-data/user-type/{code} | Path does not match |
130 | app_api_staticdata_usertype_update | /api/static-data/user-type/{code} | Path does not match |
131 | app_api_staticdata_usertype_delete | /api/static-data/user-type/{code} | Path does not match |
132 | app_api_staticdata_usertype_list | /api/static-data/user-type/list | Path does not match |
133 | app_api_visa_companyvisaapplication_add | /api/visa-application | Path does not match |
134 | app_api_visa_companyvisaapplication_get | /api/visa-application/{id} | Path does not match |
135 | app_api_visa_companyvisaapplication_update | /api/visa-application/{id} | Path does not match |
136 | app_api_visa_companyvisaapplication_delete | /api/visa-application/{id} | Path does not match |
137 | app_api_visa_companyvisaapplication_list | /api/visa-application/list | Path does not match |
138 | app_api_visa_companyvisaapplication_acceptapplication | /api/visa-application/{id}/accept | Path does not match |
139 | app_api_visa_companyvisaapplication_confirm | /api/visa-application/{id}/confirm | Path does not match |
140 | app_api_visa_companyvisaapplication_missingdocuments | /api/visa-application/{id}/missing-document | Path does not match |
141 | app_api_visa_companyvisaapplication_rejectedapplication | /api/visa-application/{id}/rejected | Path does not match |
142 | app_api_visa_companyvisaapplication_cancelapplication | /api/visa-application/{id}/cancel | Path does not match |
143 | app_api_visa_companyvisaapplicationdocument_add | /api/visa-application/{applicationId}/document | Path does not match |
144 | app_api_visa_companyvisaapplicationdocument_get | /api/visa-application/{applicationId}/document/{id} | Path does not match |
145 | app_api_visa_companyvisaapplicationdocument_delete | /api/visa-application/{applicationId}/document/{id} | Path does not match |
146 | app_api_visa_companyvisaapplicationdocument_list | /api/visa-application/{applicationId}/document/list | Path does not match |
147 | app_api_visa_insurance_add | /api/insurance | Path does not match |
148 | app_api_visa_insurance_get | /api/insurance/{id} | Path does not match |
149 | app_api_visa_insurance_update | /api/insurance/{id} | Path does not match |
150 | app_api_visa_insurance_delete | /api/insurance/{id} | Path does not match |
151 | app_api_visa_insurance_list | /api/insurance/list | Path does not match |
152 | app_api_visa_visatype_add | /api/visa-type | Path does not match |
153 | app_api_visa_visatype_get | /api/visa-type/{id} | Path does not match |
154 | app_api_visa_visatype_update | /api/visa-type/{id} | Path does not match |
155 | app_api_visa_visatype_delete | /api/visa-type/{id} | Path does not match |
156 | app_api_visa_visatype_list | /api/visa-type/list | Path does not match |
157 | app_pages_company_companycontact_companypage | /company/{companyId}/contacts | Path does not match |
158 | app_pages_company_companycontact_companycontactmodal | /company/{companyId}/contact/modals/add-contact | Path does not match |
159 | app_pages_company_companycontact_updatecompanycontactmodal | /company/{companyId}/contact/{id}/modals/edit-contact | Path does not match |
160 | app_pages_company_company_companypage | /company/companies | Path does not match |
161 | app_pages_company_company_companymodal | /company/modals/add-company | Path does not match |
162 | app_pages_company_company_updatecompanytypemodal | /company/{id}/modals/edit-company | Path does not match |
163 | app_pages_company_company_updatecompanypage | /company/{id} | Path does not match |
164 | app_pages_company_company_adddocumentcompanyvisaapplication | /company/{id}/modals/add-document | Path does not match |
165 | app_pages_company_company_pendingcompaniespage | /company/companies/pending | Path does not match |
166 | app_pages_company_company_updatecompanyremarksmodal | /company/{id}/modals/remarks | Path does not match |
167 | app_pages_company_companyuser_companypage | /company/{companyId}/users | Path does not match |
168 | app_pages_company_companyuser_companymodal | /company/{companyId}/user/modals/add-user | Path does not match |
169 | app_pages_company_companyuser_updatecompanytypemodal | /company/{companyId}/user/{id}/modals/edit-user | Path does not match |
170 | app_pages_dashboard_dashboardpage | /dashboard | Path does not match |
171 | app_pages_index_indexpage | / | Path does not match |
172 | app_pages_index_propfilepage | /my-profile | Path does not match |
173 | app_pages_logout_logout | /logout | Path does not match |
174 | app_pages_passwordcreation_passwordcreationpage | /password-creation/{resetToken} | Path does not match |
175 | app_pages_passwordcreation_passwordcreationsuccesspage | /password-creation-success | Path does not match |
176 | app_pages_payment_payment_paymentspage | /payments | Path does not match |
177 | app_pages_payment_payment_companypaymentmodal | /payment/modals/add-payment | Path does not match |
178 | app_pages_payment_payment_updatecompanypaymentmodal | /payment/{id}/modals/edit-payment | Path does not match |
179 | app_pages_payment_payment_companypaymentpage | /payment/{id} | Path does not match |
180 | app_pages_payment_payment_companypaymentvisaapplicationmodal | /payment/{id}/modals/relate-application | Path does not match |
181 | app_pages_register_register_registerpage | /register | Path does not match |
182 | app_pages_register_register_registersuccesspage | /register-company-success | Path does not match |
183 | app_pages_report_companycontactreport_reportcompanypage | /reports/company-contacts | Path does not match |
184 | app_pages_report_companycontactreport_reportcompanyexcel | /reports/company-contacts/excel | Path does not match |
185 | app_pages_report_companycontactreport_reportcompanyprintpage | /reports/company-contacts/print | Path does not match |
186 | app_pages_report_companyreport_reportcompanypage | /reports/companies | Path does not match |
187 | app_pages_report_companyreport_reportcompanyexcel | /reports/companies/excel | Path does not match |
188 | app_pages_report_companyreport_reportcompanyprintpage | /reports/companies/print | Path does not match |
189 | app_pages_report_paymentreport_paymentreportpage | /reports/payments | Path does not match |
190 | app_pages_report_paymentreport_paymentsreportexcel | /reports/payments/excel | Path does not match |
191 | app_pages_report_paymentreport_paymentsreportprintpage | /reports/payments/print | Path does not match |
192 | app_pages_report_statisticreport_reportstatisticpage | /reports/statistics | Path does not match |
193 | app_pages_report_statisticreport_reportstatisticexcel | /reports/statistics/excel | Path does not match |
194 | app_pages_report_statisticreport_reportstatisticprintpage | /reports/statistics/print | Path does not match |
195 | app_pages_settings_payment_paymentbank_bankspage | /settings/payment/payment-banks | Path does not match |
196 | app_pages_settings_payment_paymentbank_addbankmodal | /settings/payment/payment-bank/modals/add-payment-bank | Path does not match |
197 | app_pages_settings_payment_paymentbank_editbankmodal | /settings/payment/payment-bank/{bankId}/modals/edit-payment-bank | Path does not match |
198 | app_pages_settings_payment_paymentgateway_paymentgatewayspage | /settings/payment/payment-gateways | Path does not match |
199 | app_pages_settings_payment_paymentgateway_addpaymentgatewaymodal | /settings/payment/payment-gateway/modals/add-payment-gateway | Path does not match |
200 | app_pages_settings_payment_paymentgateway_editpaymentgatewaymodal | /settings/payment/payment-gateway/{gatewayId}/modals/edit-payment-gateway | Path does not match |
201 | app_pages_settings_payment_paymentvirtualpos_virtualposespage | /settings/payment/virtual-poses | Path does not match |
202 | app_pages_settings_payment_paymentvirtualpos_addvirtualposmodal | /settings/payment/virtual-pos/modals/add-virtual-pos | Path does not match |
203 | app_pages_settings_payment_paymentvirtualpos_editvirtualposmodal | /settings/payment/virtual-pos/{posId}/modals/edit-virtual-pos | Path does not match |
204 | app_pages_settings_payment_paymentvirtualpos_extracurrenciesmodal | /settings/payment/virtual-pos/{posId}/modals/extra-currencies | Path does not match |
205 | app_pages_settings_staticdata_companyfiletype_listpage | /settings/static-data/company-file-types | Path does not match |
206 | app_pages_settings_staticdata_companyfiletype_addmodal | /settings/static-data/company-file-type/modals/add-company-file-type | Path does not match |
207 | app_pages_settings_staticdata_companyfiletype_updatemodal | /settings/static-data/company-file-type/{fileTypeCode}/modals/edit-company-file-type | Path does not match |
208 | app_pages_settings_staticdata_companytype_companytypepage | /settings/static-data/company-types | Path does not match |
209 | app_pages_settings_staticdata_companytype_companytypemodal | /settings/static-data/company-type/modals/add-company-type | Path does not match |
210 | app_pages_settings_staticdata_companytype_updatecompanytypemodal | /settings/static-data/company-type/{code}/modals/edit-company-type | Path does not match |
211 | app_pages_settings_staticdata_currency_listpage | /settings/static-data/currencies | Path does not match |
212 | app_pages_settings_staticdata_currency_addmodal | /settings/static-data/currencies/add-currency | Path does not match |
213 | app_pages_settings_staticdata_currency_updatemodal | /settings/static-data/currencies/{currencyCode} | Path does not match |
214 | app_pages_settings_staticdata_customertype_listpage | /settings/static-data/customer-types | Path does not match |
215 | app_pages_settings_staticdata_customertype_addmodal | /settings/static-data/customer-type/modals/add-customer-type | Path does not match |
216 | app_pages_settings_staticdata_customertype_updatemodal | /settings/static-data/customer-type/{customerTypeCode}/modals/edit-customer-type | Path does not match |
217 | app_pages_settings_staticdata_filetype_listpage | /settings/static-data/file-types | Path does not match |
218 | app_pages_settings_staticdata_filetype_addmodal | /settings/static-data/file-type/modals/add-file-type | Path does not match |
219 | app_pages_settings_staticdata_filetype_updatemodal | /settings/static-data/file-type/{fileTypeCode}/modals/edit-file-type | Path does not match |
220 | app_pages_settings_staticdata_identitycardtype_identitycardtypepage | /settings/static-data/identity-card-types | Path does not match |
221 | app_pages_settings_staticdata_identitycardtype_identitycardtypemodal | /settings/static-data/identity-card-type/modals/add-identity-card-type | Path does not match |
222 | app_pages_settings_staticdata_identitycardtype_updateidentitycardtypemodal | /settings/static-data/identity-card-type/{code}/modals/edit-identity-card-type | Path does not match |
223 | app_pages_settings_staticdata_language_listpage | /settings/static-data/languages | Path does not match |
224 | app_pages_settings_staticdata_language_addmodal | /settings/static-data/languages/add-language | Path does not match |
225 | app_pages_settings_staticdata_language_updatemodal | /settings/static-data/languages/{languageCode} | Path does not match |
226 | app_pages_settings_staticdata_stavisatype_listpage | /settings/static-data/visa-types | Path does not match |
227 | app_pages_settings_staticdata_stavisatype_addmodal | /settings/static-data/visa-type/modals/add-visa-type | Path does not match |
228 | app_pages_settings_staticdata_stavisatype_updatemodal | /settings/static-data/visa-type/{visaTypeCode}/modals/edit-visa-type | Path does not match |
229 | app_pages_settings_staticdata_tax_listpage | /settings/static-data/taxes | Path does not match |
230 | app_pages_settings_staticdata_tax_addmodal | /settings/static-data/tax/modals/add-tax | Path does not match |
231 | app_pages_settings_staticdata_tax_updatemodal | /settings/static-data/tax/{taxId}/modals/edit-tax | Path does not match |
232 | app_pages_settings_staticdata_usertype_usertypepage | /settings/static-data/user-types | Path does not match |
233 | app_pages_settings_staticdata_usertype_usertypemodal | /settings/static-data/user-types/modals/add-user-type | Path does not match |
234 | app_pages_settings_staticdata_usertype_updatemodal | /settings/static-data/user-types/{code}/modals/edit-user-type | Path does not match |
235 | app_pages_settings_staticdata_visaapplicationtype_listpage | /settings/static-data/visa-application-types | Path does not match |
236 | app_pages_settings_staticdata_visaapplicationtype_addmodal | /settings/static-data/visa-application-type/modals/add-visa-application-type | Path does not match |
237 | app_pages_settings_staticdata_visaapplicationtype_updatemodal | /settings/static-data/visa-application-type/{visaTypeCode}/modals/edit-visa-application-type | Path does not match |
238 | app_pages_settings_staticdata_visastatus_listpage | /settings/static-data/visa-statuses | Path does not match |
239 | app_pages_settings_staticdata_visastatus_addmodal | /settings/static-data/visa-status/modals/add-visa-status | Path does not match |
240 | app_pages_settings_staticdata_visastatus_updatemodal | /settings/static-data/visa-status/{visaStatusCode}/modals/edit-visa-status | Path does not match |
241 | app_pages_settings_user_user_listpage | /settings/users | Path does not match |
242 | app_pages_settings_user_user_addusermodal | /settings/users/add-user | Path does not match |
243 | app_pages_settings_user_user_updateusermodal | /settings/users/{userId}/edit-user | Path does not match |
244 | app_pages_settings_user_user_changepasswordmodal | /settings/users/{userId}/change-user-password | Path does not match |
245 | app_pages_settings_user_user_mepage | /settings/user/me | Path does not match |
246 | app_pages_settings_user_user_logout | /settings/user/logout | Path does not match |
247 | changePasswordPage | /user/change-password | Path does not match |
248 | app_pages_user_forgotpassword_forgotpasswordpage | /forgot-password | Path does not match |
249 | app_pages_user_forgotpassword_passwordresetpage | /password-reset/{resetToken} | Path does not match |
250 | app_pages_user_forgotpassword_passwordresetsuccesspage | /password-reset-success | Path does not match |
251 | personalDetailsPage | /user/my-profile | Path does not match |
252 | app_pages_visa_insurance_insurancespage | /visa/insurances | Path does not match |
253 | app_pages_visa_insurance_addinsurancemodal | /visa/insurance/modals/add-insurance | Path does not match |
254 | app_pages_visa_insurance_updateinsurancemodal | /visa/insurance/{insuranceId}/modals/edit-insurance | Path does not match |
255 | app_pages_visa_visaapplication_companyvisaapplicationspage | /visa-application/visa-applications | Path does not match |
256 | app_pages_visa_visaapplication_companyvisaapplication | /visa-application/new-visa-application | Path does not match |
257 | app_pages_visa_visaapplication_detailcompanyvisaapplication | /visa-application/{id} | Path does not match |
258 | app_pages_visa_visaapplication_editcompanyvisaapplication | /visa-application/{id}/modals/edit | Path does not match |
259 | app_pages_visa_visaapplication_adddocumentcompanyvisaapplication | /visa-application/{id}/modals/add-document | Path does not match |
260 | app_pages_visa_visaapplication_confirmedcompanyvisaapplication | /visa-application/{id}/modals/confirmed | Path does not match |
261 | app_pages_visa_visaapplication_uploadvisacompanyvisaapplication | /visa-application/{id}/modals/upload-visa | Path does not match |
262 | app_pages_visa_visaapplication_missingdocummentcompanyvisaapplication | /visa-application/{id}/modals/missing-document | Path does not match |
263 | app_pages_visa_visatype_companyvisatypespage | /visa/visa-types | Path does not match |
264 | app_pages_visa_visatype_addvisatypemodal | /visa/visa-type/modals/add-visa-type | Path does not match |
265 | app_pages_visa_visatype_updatevisatypemodal | /visa/visa-type/{visaTypeId}/modals/edit-visa-type | Path does not match |
266 | app_paymentapi_transaction_transaction_pay | /payment-api/transaction/pay | Path does not match |
267 | app_paymentapi_transaction_transaction_threedsinit | /payment-api/transaction/threeds-init | Path does not match |
268 | app_paymentapi_transaction_transaction_threedspay | /payment-api/transaction/threeds-pay | Path does not match |
269 | app_paymentapi_transaction_transaction_forminit | /payment-api/transaction/form-init | Path does not match |
270 | app_paymentapi_transaction_transaction_preauth | /payment-api/transaction/pre-auth | Path does not match |
271 | app_paymentapi_transaction_transaction_postauth | /payment-api/transaction/post-auth | Path does not match |
272 | app_paymentapi_transaction_transaction_void | /payment-api/transaction/void | Path does not match |
273 | app_paymentapi_transaction_transaction_refund | /payment-api/transaction/refund | Path does not match |
274 | app_paymentapi_transaction_transaction_router | /payment-api/transaction/router/{conversationId}/{status} | Path does not match |
275 | app_paymentapi_transaction_transaction_externalrouter | /payment-api/transaction/external-router/{component} | Path does not match |
276 | app_paymentapi_transaction_transaction_redirect | /payment-api/transaction/redirect/{conversationId} | Path does not match |
277 | _preview_error | /_error/{code}.{_format} | Path does not match |
278 | _wdt | /_wdt/{token} | Path does not match |
279 | _profiler_home | /_profiler/ | Path does not match |
280 | _profiler_search | /_profiler/search | Path does not match |
281 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
282 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
283 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
284 | _profiler_open_file | /_profiler/open | Path does not match |
285 | _profiler | /_profiler/{token} | Path does not match |
286 | _profiler_router | /_profiler/{token}/router | Path does not match |
287 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
288 | _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.