From 5d92ceb2f3b22ccddd6522f5a26af72cce4b55c4 Mon Sep 17 00:00:00 2001 From: LukeFZ <17146677+LukeFZ@users.noreply.github.com> Date: Tue, 29 Jul 2025 18:18:15 +0200 Subject: [PATCH] change the default port for new ui dev to 5000 --- Il2CppInspector.Redux.GUI/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Il2CppInspector.Redux.GUI/Properties/launchSettings.json b/Il2CppInspector.Redux.GUI/Properties/launchSettings.json index 720a0e8..9f841cc 100644 --- a/Il2CppInspector.Redux.GUI/Properties/launchSettings.json +++ b/Il2CppInspector.Redux.GUI/Properties/launchSettings.json @@ -6,7 +6,7 @@ "ASPNETCORE_ENVIRONMENT": "Development" }, "dotnetRunMessages": true, - "applicationUrl": "http://localhost:5154" + "applicationUrl": "http://localhost:5000" } }, "$schema": "https://json.schemastore.org/launchsettings.json"