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가-힣 ]";