MOON
Server: Apache
System: Linux nserver.cafsindia.com 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: cafsindia (1002)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //home/cafsindia/help.cafsindia.com/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]