File: /home/wbwebdes/domains/helpdesk.wb-webdesign.com/public_html/src/Resources/config/routes.yaml
uvdesk_community_installation_wizard_check_requirements:
path: /wizard/xhr/check-requirements
controller: App\Controller\ConfigureHelpdesk::evaluateSystemRequirements
methods: [POST]
uvdesk_community_installation_wizard_verify_database_credentials:
path: /wizard/xhr/verify-database-credentials
controller: App\Controller\ConfigureHelpdesk::verifyDatabaseCredentials
methods: [POST]
uvdesk_community_installation_wizard_store_super_user_credentials:
path: /wizard/xhr/intermediary/super-user
controller: App\Controller\ConfigureHelpdesk::prepareSuperUserDetailsXHR
methods: [POST]
uvdesk_community_installation_wizard_store_website_configuration:
path: /wizard/xhr/website-configure
controller: App\Controller\ConfigureHelpdesk::websiteConfigurationXHR
uvdesk_community_installation_wizard_update_configurations_xhr:
path: /wizard/xhr/load/configurations
controller: App\Controller\ConfigureHelpdesk::updateConfigurationsXHR
methods: [POST]
uvdesk_community_installation_wizard_migrate_database_schema_xhr:
path: /wizard/xhr/load/migrations
controller: App\Controller\ConfigureHelpdesk::migrateDatabaseSchemaXHR
methods: [POST]
uvdesk_community_installation_wizard_populate_database_entities_xhr:
path: /wizard/xhr/load/entities
controller: App\Controller\ConfigureHelpdesk::populateDatabaseEntitiesXHR
methods: [POST]
uvdesk_community_installation_wizard_create_default_super_user_xhr:
path: /wizard/xhr/load/super-user
controller: App\Controller\ConfigureHelpdesk::createDefaultSuperUserXHR
methods: [POST]
uvdesk_community_installation_wizard_update_website_configuration:
path: /wizard/xhr/load/website-configure
controller: App\Controller\ConfigureHelpdesk::updateWebsiteConfigurationXHR
methods: [POST]
# Uvdesk tracker cache image route
uvdesk_community_tracker_cache_image:
path: /tracker/xhr/get/cacheImage
controller: App\Controller\ImageCache\ImageCacheController::getCachedImage
methods: [GET]