New Project
Ani 폴더 리스트 가져오는 API
This commit is contained in:
11
VideoArchiveAPI/Config.cs
Normal file
11
VideoArchiveAPI/Config.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace VideoArchiveAPI
|
||||
{
|
||||
|
||||
public class Config
|
||||
{
|
||||
public const string SectionName = "Config";
|
||||
public int Port { get; set; }
|
||||
public string Location { get; set; }
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user