From 769413fc5ff52240f001fb4bcfcca21728fb275a Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期四, 25 四月 2024 09:38:19 +0800 Subject: [PATCH] WebApi 整理 --- WebApi/IStation.Server/Program.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebApi/IStation.Server/Program.cs b/WebApi/IStation.Server/Program.cs index 2026932..6d14add 100644 --- a/WebApi/IStation.Server/Program.cs +++ b/WebApi/IStation.Server/Program.cs @@ -1,8 +1,8 @@ 锘�// See https://aka.ms/new-console-template for more information -using Yw; using IStation.Server; +using Yw; -- Gitblit v1.9.3