Archived
Added first app template
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace app.Configuration
|
||||
{
|
||||
public class APISettings
|
||||
{
|
||||
public bool RedirectToHTTPS { get; set; }
|
||||
public APIVersionSettings ApiVersion { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user