Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | api_multivendeController_app_apimultivende_callbackmultivende | /api/multivende/callback | Path does not match |
2 | api_multivendeController_app_apimultivende_verifymultivendeinstall | /api/multivende/verifyMultivendeInstall/{empresaId} | Path does not match |
3 | api_multivendeController_app_apimultivende_updatecode | /api/multivende/updateCode | Path does not match |
4 | api_multivendeController_app_apimultivende_createmultivendeconection | /api/multivende/createMultivendeConection | Path does not match |
5 | api_multivendeController_app_apimultivende_refreshtokenjson | /api/multivende/refreshTokenJson | Path does not match |
6 | api_multivendeController_app_apimultivende_getaccesstoken | /api/multivende/getAccessToken/{empresaId} | Path does not match |
7 | api_userController_app_apiuser_registeruserwf | /api/user/register | Path does not match |
8 | api_userController_app_apiuser_createuser | /api/user/create | Path does not match |
9 | api_userController_app_apiuser_assocemp | /api/user/assocEmp | Path does not match |
10 | mainController_dashboard | /main/dashboard | Path does not match |
11 | mainController_getWeekData | /main/report/getWeekData | Path does not match |
12 | mainController_getMonthData | /main/report/getMonthData | Path does not match |
13 | multivendeController_processOrder | /multivende/processOrder | Path does not match |
14 | multivendeController_consumeWebhookOrden | /multivende/consumeWebhookOrden | Path does not match |
15 | multivendeController_processProduct | /multivende/processProduct | Path does not match |
16 | multivendeController_procesaCheckoutByIdentifier | /multivende/procesaCheckoutByIdentifier/{identifier}/{empresaId} | Path does not match |
17 | multivendeController_procesaProductoByIdentifier | /multivende/procesaProductoByIdentifier/{identifier}/{$empresaId} | Path does not match |
18 | multivendeController_procesaPriceListByProducts | /multivende/procesaPriceListByProducts/{identifier} | Path does not match |
19 | multivendeController_initSyncMultivende | /multivende/initSyncMultivende/{type}/{empresaId}/{secuencia} | Path does not match |
20 | multivendeController_syncPriceListMultivendeV2 | /multivende/syncPriceListMultivendeV2/{empresaId} | Path does not match |
21 | multivendeController_syncPriceListMultivende | /multivende/syncPriceListMultivende/{empresaId} | Path does not match |
22 | multivendeController_syncProductsMultivendeOld | /multivende/syncProductsMultivendeOld/{empresaId} | Path does not match |
23 | multivendeController_syncCheckoutMultivende | /multivende/syncCheckoutMultivende/{empresaId}/{secuencia} | Path does not match |
24 | multivendeController_syncProductsLightMultivende | /multivende/syncProductsLightMultivende/{empresaId} | Path does not match |
25 | multivendeController_syncProductsMultivende | /multivende/syncProductsMultivende/{empresaId} | Path does not match |
26 | multivendeController_syncCategoryMultivende | /multivende/syncCategoryMultivende/{empresaId} | Path does not match |
27 | multivendeController_syncProductsVersionMultivende | /multivende/syncProductsVersionMultivende/{empresaId} | Path does not match |
28 | multivendeController_syncStockMultivende | /multivende/syncStockMultivende/{empresaId}/{bodegaId}/{scroll_id} | Path does not match |
29 | multivendeController_syncWarehousesMultivende | /multivende/syncWarehousesMultivende/{empresaId} | Path does not match |
30 | multivendeController_initQueue | /multivende/initQueue/{type}/{limit}/{empresaId} | Path does not match |
31 | multivendeController_consumeQueueMultivende | /multivende/consumeQueueMultivende/{type}/{limit} | Path does not match |
32 | multivendeController_consumeQueueUploadDocMultivende | /multivende/consumeQueueUploadDocMultivende/{empresaId}/{limit} | Path does not match |
33 | multivendeController_queuePostProductWF | /multivende/queuePostProductWF/{empresaId}/{limit} | Path does not match |
34 | multivendeController_queuePostBodegasWF | /multivende/queuePostBodegasWF/{empresaId}/{limit} | Path does not match |
35 | multivendeController_queuePostStockWF | /multivende/queuePostStockWF/{empresaId}/{limit}/{bodegaId} | Path does not match |
36 | multivendeController_syncView | /multivende/syncView/{type} | Path does not match |
37 | multivendeController_checkoutView | /multivende/checkoutView/ | Path does not match |
38 | multivendeController_productoView | /multivende/productoView/ | Path does not match |
39 | multivendeController_priceListView | /multivende/priceListView/ | Path does not match |
40 | multivendeController_categoriaView | /multivende/categoriaView/ | Path does not match |
41 | multivendeController_bodegaView | /multivende/bodegaView/ | Path does not match |
42 | multivendeController_stockView | /multivende/stockView/ | Path does not match |
43 | multivendeController_updateCodeView | /multivende/updateCodeView/ | Path does not match |
44 | multivendeController_procesaByIdentifierView | /multivende/procesaByIdentifierView/{type} | Path does not match |
45 | multivendeController_getJsonFromOrderById | /multivende/getJsonFromOrderById/{identifier}/{empresaId} | Path does not match |
46 | app_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.