From 78b8904df63e16179b83c131019064165039ce7d Mon Sep 17 00:00:00 2001 From: 18300102974 Date: Mon, 16 Jan 2023 18:08:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EuroTran/WebApp/Controllers/IndexController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EuroTran/WebApp/Controllers/IndexController.cs b/EuroTran/WebApp/Controllers/IndexController.cs index 55ac807..c58231d 100644 --- a/EuroTran/WebApp/Controllers/IndexController.cs +++ b/EuroTran/WebApp/Controllers/IndexController.cs @@ -40,7 +40,7 @@ namespace WebApp.Controllers [HttpGet] public HttpResponseMessage GetOrgID() { - return new IndexService().GetOrgID(); + return new IndexService().GetOrgID(); }