From 0ab035f60439da4db8af398b71e586d8ed16cda0 Mon Sep 17 00:00:00 2001 From: unknown <1520273962@qq.com> Date: Fri, 17 Jul 2026 18:10:59 +0800 Subject: [PATCH] 111 --- 1.txt | 0 run_backend.ps1 | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 1.txt diff --git a/1.txt b/1.txt deleted file mode 100644 index e69de29..0000000 diff --git a/run_backend.ps1 b/run_backend.ps1 index e1175d4..2bcaac2 100644 --- a/run_backend.ps1 +++ b/run_backend.ps1 @@ -1,5 +1,5 @@ param( - [string]$Urls = "http://127.0.0.1:7211", + [string]$Urls = "http://127.0.0.1:721", [string]$Configuration = "Debug" )