임시커밋

This commit is contained in:
김판돌 2024-04-06 17:27:12 +09:00
parent da7057307e
commit 69fd6b249c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ namespace Server.Git
public Crypto crypto = new Crypto();
private static readonly NLog.ILogger logger = LogManager.GetCurrentClassLogger();
public bool isRestart;
string _repositoryPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "excel");
string _repositoryPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "excel");
public List<Sheet> sheets;