GET https://tjls-dev.bestinfood.company/

Routing

homepage Matched route

Route Parameters

No parameters.

Route Redirection

This page redirects to:

/login (route: "n/a")

Route Matching Logs

Path to match: /
# Route name Path Log
1 admin-role-acl /admin-role-acl Path does not match
2 admin-user-remove /admin-user-remove/{uid} Path does not match
3 admin-user-list /admin-user-list Path does not match
4 paged-admin-user-list /admin-user-list/page/{page} Path does not match
5 admin-user-form /admin-user-form/{uid} Path does not match
6 login /login Path does not match
7 access /access Path does not match
8 logout /logout Path does not match
9 forgot-password /forgot-password Path does not match
10 profile /profile Path does not match
11 register /register Path does not match
12 ingredient /ingredient Path does not match
13 paged-ingredient /ingredient/page/{page} Path does not match
14 ingredient-list-print /ingredient/list/print Path does not match
15 ingredient-details /ingredient/{id} Path does not match
16 ingredient-details-json /ingredient/{id}/json Path does not match
17 new-ingredient /ingredient/new Path does not match
18 edit-ingredient /ingredient/edit/{id} Path does not match
19 delete-ingredient /ingredient/delete/{id} Path does not match
20 recipe-list /recipe-list Path does not match
21 paged-recipe-list /recipe-list/page/{page} Path does not match
22 recipe-remove /recipe-remove/{rid} Path does not match
23 recipe-list-print /recipe/list/print Path does not match
24 recipe-form /recipe-form/{rid} Path does not match
25 import /import Path does not match
26 import-success /import/success Path does not match
27 import-fail /import/fail Path does not match
28 product-list /product-list Path does not match
29 paged-product-list /product-list/page/{page} Path does not match
30 product-remove /product-remove/{pid} Path does not match
31 product-list-print /product/list/print Path does not match
32 product-form /product-form/{pid} Path does not match
33 homepage / Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.