Removed SSL. When shipping, we will encourage using Reverse Proxy.
This commit is contained in:
parent
18385a4f80
commit
be6d4f2d09
2 changed files with 5 additions and 3 deletions
|
@ -9,6 +9,8 @@ namespace API.Entities
|
|||
[Description("Comic")]
|
||||
Comic = 1,
|
||||
[Description("Book")]
|
||||
Book = 2
|
||||
Book = 2,
|
||||
[Description("Webtoon")]
|
||||
Webtoon = 3
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue