diff --git a/backends/MiGu.Server.sln b/MiGu.Server.sln similarity index 100% rename from backends/MiGu.Server.sln rename to MiGu.Server.sln diff --git a/backends/MiGu.Server/.gitignore b/MiGu.Server/.gitignore similarity index 100% rename from backends/MiGu.Server/.gitignore rename to MiGu.Server/.gitignore diff --git a/backends/MiGu.Server/Auth/InternalTokenStore.cs b/MiGu.Server/Auth/InternalTokenStore.cs similarity index 100% rename from backends/MiGu.Server/Auth/InternalTokenStore.cs rename to MiGu.Server/Auth/InternalTokenStore.cs diff --git a/backends/MiGu.Server/Auth/JwtIssuer.cs b/MiGu.Server/Auth/JwtIssuer.cs similarity index 100% rename from backends/MiGu.Server/Auth/JwtIssuer.cs rename to MiGu.Server/Auth/JwtIssuer.cs diff --git a/backends/MiGu.Server/Auth/PageCatalog.cs b/MiGu.Server/Auth/PageCatalog.cs similarity index 100% rename from backends/MiGu.Server/Auth/PageCatalog.cs rename to MiGu.Server/Auth/PageCatalog.cs diff --git a/backends/MiGu.Server/Auth/RbacModels.cs b/MiGu.Server/Auth/RbacModels.cs similarity index 100% rename from backends/MiGu.Server/Auth/RbacModels.cs rename to MiGu.Server/Auth/RbacModels.cs diff --git a/backends/MiGu.Server/Auth/RbacStore.cs b/MiGu.Server/Auth/RbacStore.cs similarity index 100% rename from backends/MiGu.Server/Auth/RbacStore.cs rename to MiGu.Server/Auth/RbacStore.cs diff --git a/backends/MiGu.Server/Configs/ChargePolicy.cs b/MiGu.Server/Configs/ChargePolicy.cs similarity index 100% rename from backends/MiGu.Server/Configs/ChargePolicy.cs rename to MiGu.Server/Configs/ChargePolicy.cs diff --git a/backends/MiGu.Server/Configs/ConfigStore.cs b/MiGu.Server/Configs/ConfigStore.cs similarity index 100% rename from backends/MiGu.Server/Configs/ConfigStore.cs rename to MiGu.Server/Configs/ConfigStore.cs diff --git a/backends/MiGu.Server/Configs/CustomWidget.cs b/MiGu.Server/Configs/CustomWidget.cs similarity index 100% rename from backends/MiGu.Server/Configs/CustomWidget.cs rename to MiGu.Server/Configs/CustomWidget.cs diff --git a/backends/MiGu.Server/Configs/DeploymentCatalog.cs b/MiGu.Server/Configs/DeploymentCatalog.cs similarity index 100% rename from backends/MiGu.Server/Configs/DeploymentCatalog.cs rename to MiGu.Server/Configs/DeploymentCatalog.cs diff --git a/backends/MiGu.Server/Configs/DeploymentProfile.cs b/MiGu.Server/Configs/DeploymentProfile.cs similarity index 100% rename from backends/MiGu.Server/Configs/DeploymentProfile.cs rename to MiGu.Server/Configs/DeploymentProfile.cs diff --git a/backends/MiGu.Server/Configs/DeviceManagementConfig.cs b/MiGu.Server/Configs/DeviceManagementConfig.cs similarity index 100% rename from backends/MiGu.Server/Configs/DeviceManagementConfig.cs rename to MiGu.Server/Configs/DeviceManagementConfig.cs diff --git a/backends/MiGu.Server/Configs/EffectivePermissions.cs b/MiGu.Server/Configs/EffectivePermissions.cs similarity index 100% rename from backends/MiGu.Server/Configs/EffectivePermissions.cs rename to MiGu.Server/Configs/EffectivePermissions.cs diff --git a/backends/MiGu.Server/Configs/ExternalIntegrations.cs b/MiGu.Server/Configs/ExternalIntegrations.cs similarity index 100% rename from backends/MiGu.Server/Configs/ExternalIntegrations.cs rename to MiGu.Server/Configs/ExternalIntegrations.cs diff --git a/backends/MiGu.Server/Configs/FleetLifecycleConfig.cs b/MiGu.Server/Configs/FleetLifecycleConfig.cs similarity index 100% rename from backends/MiGu.Server/Configs/FleetLifecycleConfig.cs rename to MiGu.Server/Configs/FleetLifecycleConfig.cs diff --git a/backends/MiGu.Server/Configs/LocationManagement.cs b/MiGu.Server/Configs/LocationManagement.cs similarity index 100% rename from backends/MiGu.Server/Configs/LocationManagement.cs rename to MiGu.Server/Configs/LocationManagement.cs diff --git a/backends/MiGu.Server/Configs/OpsAuditStore.cs b/MiGu.Server/Configs/OpsAuditStore.cs similarity index 100% rename from backends/MiGu.Server/Configs/OpsAuditStore.cs rename to MiGu.Server/Configs/OpsAuditStore.cs diff --git a/backends/MiGu.Server/Configs/OpsConfig.cs b/MiGu.Server/Configs/OpsConfig.cs similarity index 100% rename from backends/MiGu.Server/Configs/OpsConfig.cs rename to MiGu.Server/Configs/OpsConfig.cs diff --git a/backends/MiGu.Server/Configs/RoutingPolicy.cs b/MiGu.Server/Configs/RoutingPolicy.cs similarity index 100% rename from backends/MiGu.Server/Configs/RoutingPolicy.cs rename to MiGu.Server/Configs/RoutingPolicy.cs diff --git a/backends/MiGu.Server/Configs/ScenarioTemplateConfig.cs b/MiGu.Server/Configs/ScenarioTemplateConfig.cs similarity index 100% rename from backends/MiGu.Server/Configs/ScenarioTemplateConfig.cs rename to MiGu.Server/Configs/ScenarioTemplateConfig.cs diff --git a/backends/MiGu.Server/Configs/SystemConfig.cs b/MiGu.Server/Configs/SystemConfig.cs similarity index 100% rename from backends/MiGu.Server/Configs/SystemConfig.cs rename to MiGu.Server/Configs/SystemConfig.cs diff --git a/backends/MiGu.Server/Configs/TaskAllocationPolicy.cs b/MiGu.Server/Configs/TaskAllocationPolicy.cs similarity index 100% rename from backends/MiGu.Server/Configs/TaskAllocationPolicy.cs rename to MiGu.Server/Configs/TaskAllocationPolicy.cs diff --git a/backends/MiGu.Server/Configs/TrafficRule.cs b/MiGu.Server/Configs/TrafficRule.cs similarity index 100% rename from backends/MiGu.Server/Configs/TrafficRule.cs rename to MiGu.Server/Configs/TrafficRule.cs diff --git a/backends/MiGu.Server/Configs/VehicleMaintenancePolicy.cs b/MiGu.Server/Configs/VehicleMaintenancePolicy.cs similarity index 100% rename from backends/MiGu.Server/Configs/VehicleMaintenancePolicy.cs rename to MiGu.Server/Configs/VehicleMaintenancePolicy.cs diff --git a/backends/MiGu.Server/Controllers/AuthController.cs b/MiGu.Server/Controllers/AuthController.cs similarity index 100% rename from backends/MiGu.Server/Controllers/AuthController.cs rename to MiGu.Server/Controllers/AuthController.cs diff --git a/backends/MiGu.Server/Controllers/ConfigController.cs b/MiGu.Server/Controllers/ConfigController.cs similarity index 100% rename from backends/MiGu.Server/Controllers/ConfigController.cs rename to MiGu.Server/Controllers/ConfigController.cs diff --git a/backends/MiGu.Server/Controllers/HealthController.cs b/MiGu.Server/Controllers/HealthController.cs similarity index 100% rename from backends/MiGu.Server/Controllers/HealthController.cs rename to MiGu.Server/Controllers/HealthController.cs diff --git a/backends/MiGu.Server/Controllers/LogsController.cs b/MiGu.Server/Controllers/LogsController.cs similarity index 100% rename from backends/MiGu.Server/Controllers/LogsController.cs rename to MiGu.Server/Controllers/LogsController.cs diff --git a/backends/MiGu.Server/Controllers/MapsContentController.cs b/MiGu.Server/Controllers/MapsContentController.cs similarity index 100% rename from backends/MiGu.Server/Controllers/MapsContentController.cs rename to MiGu.Server/Controllers/MapsContentController.cs diff --git a/backends/MiGu.Server/Controllers/OpsController.cs b/MiGu.Server/Controllers/OpsController.cs similarity index 100% rename from backends/MiGu.Server/Controllers/OpsController.cs rename to MiGu.Server/Controllers/OpsController.cs diff --git a/backends/MiGu.Server/Controllers/ProjectionController.cs b/MiGu.Server/Controllers/ProjectionController.cs similarity index 100% rename from backends/MiGu.Server/Controllers/ProjectionController.cs rename to MiGu.Server/Controllers/ProjectionController.cs diff --git a/backends/MiGu.Server/Controllers/RbacController.cs b/MiGu.Server/Controllers/RbacController.cs similarity index 100% rename from backends/MiGu.Server/Controllers/RbacController.cs rename to MiGu.Server/Controllers/RbacController.cs diff --git a/backends/MiGu.Server/Controllers/WizardController.cs b/MiGu.Server/Controllers/WizardController.cs similarity index 100% rename from backends/MiGu.Server/Controllers/WizardController.cs rename to MiGu.Server/Controllers/WizardController.cs diff --git a/backends/MiGu.Server/Infra/AtomicFile.cs b/MiGu.Server/Infra/AtomicFile.cs similarity index 100% rename from backends/MiGu.Server/Infra/AtomicFile.cs rename to MiGu.Server/Infra/AtomicFile.cs diff --git a/backends/MiGu.Server/Launcher/SimpleLiteBuildSync.cs b/MiGu.Server/Launcher/SimpleLiteBuildSync.cs similarity index 100% rename from backends/MiGu.Server/Launcher/SimpleLiteBuildSync.cs rename to MiGu.Server/Launcher/SimpleLiteBuildSync.cs diff --git a/backends/MiGu.Server/Launcher/SimpleLiteLauncher.cs b/MiGu.Server/Launcher/SimpleLiteLauncher.cs similarity index 100% rename from backends/MiGu.Server/Launcher/SimpleLiteLauncher.cs rename to MiGu.Server/Launcher/SimpleLiteLauncher.cs diff --git a/backends/MiGu.Server/Launcher/SimpleLiteOptions.cs b/MiGu.Server/Launcher/SimpleLiteOptions.cs similarity index 100% rename from backends/MiGu.Server/Launcher/SimpleLiteOptions.cs rename to MiGu.Server/Launcher/SimpleLiteOptions.cs diff --git a/backends/MiGu.Server/MiGu.Server.csproj b/MiGu.Server/MiGu.Server.csproj similarity index 100% rename from backends/MiGu.Server/MiGu.Server.csproj rename to MiGu.Server/MiGu.Server.csproj diff --git a/backends/MiGu.Server/Program.cs b/MiGu.Server/Program.cs similarity index 100% rename from backends/MiGu.Server/Program.cs rename to MiGu.Server/Program.cs diff --git a/backends/MiGu.Server/Properties/launchSettings.json b/MiGu.Server/Properties/launchSettings.json similarity index 100% rename from backends/MiGu.Server/Properties/launchSettings.json rename to MiGu.Server/Properties/launchSettings.json diff --git a/backends/MiGu.Server/README.md b/MiGu.Server/README.md similarity index 100% rename from backends/MiGu.Server/README.md rename to MiGu.Server/README.md diff --git a/backends/MiGu.Server/appsettings.Development.json b/MiGu.Server/appsettings.Development.json similarity index 100% rename from backends/MiGu.Server/appsettings.Development.json rename to MiGu.Server/appsettings.Development.json diff --git a/backends/MiGu.Server/appsettings.json b/MiGu.Server/appsettings.json similarity index 100% rename from backends/MiGu.Server/appsettings.json rename to MiGu.Server/appsettings.json diff --git a/backends/MiGu.Server/build-and-run.bat b/MiGu.Server/build-and-run.bat similarity index 100% rename from backends/MiGu.Server/build-and-run.bat rename to MiGu.Server/build-and-run.bat