From a10596fbb565a2e75648317f723753a5619c7fa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=ED=8C=90=EB=8F=8C?= Date: Mon, 20 Nov 2023 21:59:47 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9B=B9=EC=82=AC=EC=9D=B4=ED=8A=B8=20?= =?UTF-8?q?=EC=A3=BC=EC=86=8C=20=EC=88=A8=EA=B9=80=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/Git/XlsxToJson.cs | 1 - Server/System/Statics.cs | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Server/Git/XlsxToJson.cs b/Server/Git/XlsxToJson.cs index c9f21d1..4288efe 100644 --- a/Server/Git/XlsxToJson.cs +++ b/Server/Git/XlsxToJson.cs @@ -11,7 +11,6 @@ namespace Server.Git //저장경로 : repositoryPath //작업할것 //데이터 db에 업로드 - //json화된 데이터 push List fileList = GetFiles(repositoryPath, ".xlsx"); diff --git a/Server/System/Statics.cs b/Server/System/Statics.cs index 2de8754..4b5ac2f 100644 --- a/Server/System/Statics.cs +++ b/Server/System/Statics.cs @@ -9,8 +9,8 @@ #endregion //비공계 프로젝트의 경우 아래와같이 작성해주세요 - //"https://username:password@gitea.pandoli365.com/pandoli365/gittest.git"; - public static readonly string remoteUrl = "https://gitea.pandoli365.com/pandoli365/gittest.git"; + //"https://username:password@www.example.com/"; + public static readonly string remoteUrl = "https://www.example.com"; public static readonly string PATTERN = "[^a-zA-Z0-9가-힣 ]";