GET https://back.artechfr.com/register

Routing

frontend_register Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /register
# Route name Path Log
1 list_quote_statuses /api/quotes/statuses Path does not match
2 _preview_error /_error/{code}.{_format} Path does not match
3 app.swagger /api/doc.json Path does not match
4 _wdt_stylesheet /_wdt/styles Path does not match
5 _wdt /_wdt/{token} Path does not match
6 _profiler_home /_profiler/ Path does not match
7 _profiler_search /_profiler/search Path does not match
8 _profiler_search_bar /_profiler/search_bar Path does not match
9 _profiler_phpinfo /_profiler/phpinfo Path does not match
10 _profiler_xdebug /_profiler/xdebug Path does not match
11 _profiler_font /_profiler/font/{fontName}.woff2 Path does not match
12 _profiler_search_results /_profiler/{token}/search/results Path does not match
13 _profiler_open_file /_profiler/open Path does not match
14 _profiler /_profiler/{token} Path does not match
15 _profiler_router /_profiler/{token}/router Path does not match
16 _profiler_exception /_profiler/{token}/exception Path does not match
17 _profiler_exception_css /_profiler/{token}/exception.css Path does not match
18 create_address /api/addresses Path does not match
19 list_addresses /api/addresses Path does not match
20 update_address /api/addresses/{uuid} Path does not match
21 api_logout /api/logout Path does not match
22 create_contact /api/contacts Path does not match
23 list_contacts /api/contacts Path does not match
24 update_contact /api/contacts/{uuid} Path does not match
25 delete_contact /api/contacts/{uuid} Path does not match
26 status /api/status Path does not match
27 internal_settings_current /api/internal/settings Path does not match
28 internal_settings_profile /api/internal/settings/profile Path does not match
29 internal_settings_password /api/internal/settings/password Path does not match
30 internal_settings_email_request /api/internal/settings/email Path does not match
31 internal_settings_email_confirm /api/internal/settings/email/confirm Path does not match
32 internal_settings_email_confirm_link /api/internal/settings/email/confirm Path does not match
33 create_intervention /api/interventions Path does not match
34 list_interventions /api/interventions Path does not match
35 update_intervention /api/interventions/{uuid} Path does not match
36 list_invoice_statuses /api/invoices/statuses Path does not match
37 list_invoices /api/invoices Path does not match
38 create_invoice /api/invoices Path does not match
39 update_invoice /api/invoices/{uuid} Path does not match
40 create_notification /api/notifications Path does not match
41 list_user_notifications /api/notifications Path does not match
42 mark_notification_read /api/notifications/read/{notificationUuid} Path does not match
43 mark_all_notifications_read /api/notifications/read-all Path does not match
44 mark_notification_unread /api/notifications/unread/{notificationUuid} Path does not match
45 mark_all_notifications_unread /api/notifications/unread-all Path does not match
46 public_auth_register /api/v1/public/auth/register Path does not match
47 public_auth_verify_email /api/v1/public/auth/verify-email Path does not match
48 public_auth_verify_email_token /api/v1/public/auth/verify-email/{token} Path does not match
49 public_auth_resend_verification /api/v1/public/auth/resend-verification Path does not match
50 public_auth_password_forgot /api/v1/public/auth/password/forgot Path does not match
51 public_auth_password_verify_code /api/v1/public/auth/password/verify-code Path does not match
52 public_auth_password_reset /api/v1/public/auth/password/reset Path does not match
53 list_quotes_by_user /api/quotes Path does not match
54 create_quote /api/quotes Path does not match
55 create_quote_from_request /api/quotes/from-request Path does not match
56 create_quote_from_demande /api/quotes/from-demande Path does not match
57 update_quote /api/quotes/{uuid} Path does not match
58 delete_quote /api/quotes/{uuid} Path does not match
59 add_quote_line /api/quotes/{uuid}/lignes Path does not match
60 update_quote_line /api/quotes/lignes/{lineUuid} Path does not match
61 delete_quote_line /api/quotes/lignes/{lineUuid} Path does not match
62 get_quote_by_id /api/quotes/{uuid} Path does not match
63 update_quote_status /api/quotes/status Path does not match
64 list_requests_by_user /api/requests Path does not match
65 get_request_by_uuid /api/requests/{uuid} Path does not match
66 create_request /api/requests Path does not match
67 update_request /api/requests/{uuid} Path does not match
68 update_request_status /api/requests/status Path does not match
69 list_request_interventions /api/requests/{uuid}/interventions Path does not match
70 list_services /api/services Path does not match
71 create_service /api/services Path does not match
72 update_service /api/services/{uuid} Path does not match
73 upload_service_image /api/services/{uuid}/image Path does not match
74 list_service_groups /api/services/group Path does not match
75 admin_list /api/users/admins Path does not match
76 admin_create /api/users/admins Path does not match
77 user_list /api/users/clients Path does not match
78 user_create /api/users/clients Path does not match
79 get_user_by_uuid /api/users/me Path does not match
80 technician_list /api/users/technicians Path does not match
81 technician_create /api/users/technicians Path does not match
82 technician_update /api/users/technicians/{uuid} Path does not match
83 frontend_login /login Path does not match
84 frontend_register /register Route matches!

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