Routing
app_landing_page
Matched route
Route Parameters
Name | Value |
---|---|
refid | "robots.txt" |
Route Matching Logs
Path to match:
/robots.txt
# | Route name | Path | Log |
---|---|---|---|
1 | api_login_check | /api/login_check | Path does not match |
2 | api_signup | /register/signup | Path does not match |
3 | email_check | /api/user/email-check | Path does not match |
4 | api_logout | /api/logout | Path does not match |
5 | api_schedule_device_job | /api/i-breath/schedule-device-job | Path does not match |
6 | api_add_fcm_token | /api/addNewFcmToken | Path does not match |
7 | api_check_for_update | /api/checkForUpdate | Path does not match |
8 | device_index | /api/listDevices | Path does not match |
9 | device_create | /api/createDevice | Path does not match |
10 | device_update | /api/updateDevice | Path does not match |
11 | notification_status | /api/updateNotificationStatus_old | Path does not match |
12 | list_RegPin | /api/listRegPinForLocation | Path does not match |
13 | dashboard_get | /api/listHome | Path does not match |
14 | location_index | /api/listLocation | Path does not match |
15 | location_create | /api/createLocation | Path does not match |
16 | location_update | /api/updateLocation | Path does not match |
17 | notification_index | /api/listNotification | Path does not match |
18 | remove_notification | /api/deleteNotification | Path does not match |
19 | notification_read_Status | /api/notificationReadStatus | Path does not match |
20 | update_notification_status | /api/updateNotificationStatus | Path does not match |
21 | offers | /api/offers | Path does not match |
22 | offers_get | /api/getProperties | Path does not match |
23 | property_create | /api/createProperty | Path does not match |
24 | property_update | /api/updateProperty | Path does not match |
25 | send_notification | /api/send-notification | Path does not match |
26 | send_notification_test | /api/send-notification-test | Path does not match |
27 | send_offer_notification | /api/sendOfferNotification | Path does not match |
28 | app_register | /register | Path does not match |
29 | app_verify_email | /verify/email | Path does not match |
30 | app_api_verify_email | /verify-api | Path does not match |
31 | app_registration_page | /signup/{companyId} | Path does not match |
32 | app_forgot_password_request | /resetPassword | Path does not match |
33 | app_check_email | /check-email | Path does not match |
34 | app_reset_password | /reset/{token} | Path does not match |
35 | app_set_new_password | /set-new-password/{id} | Path does not match |
36 | verifiedotp | /verifyOtp | Path does not match |
37 | create_new_password | /createNewpassword | Path does not match |
38 | connect_cognito_start | /login-aws | Path does not match |
39 | connect_cognito_check | /security/cognito/check | Path does not match |
40 | app_logout | /logout-aws | Path does not match |
41 | app_login | /login | Path does not match |
42 | app_logouts | /logout | Path does not match |
43 | profile | /api/updateUserProfile | Path does not match |
44 | profile_list | /api/userProfileDetails | Path does not match |
45 | update_device_token | /api/updateDeviceToken | Path does not match |
46 | _preview_error | /_error/{code}.{_format} | Path does not match |
47 | _wdt | /_wdt/{token} | Path does not match |
48 | _profiler_home | /_profiler/ | Path does not match |
49 | _profiler_search | /_profiler/search | Path does not match |
50 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
51 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
52 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
53 | _profiler_open_file | /_profiler/open | Path does not match |
54 | _profiler | /_profiler/{token} | Path does not match |
55 | _profiler_router | /_profiler/{token}/router | Path does not match |
56 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
57 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
58 | app_landing_page | /{refid} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.