move type to different folder
This commit is contained in:
parent
92e472d526
commit
ea74cb899c
|
|
@ -1,4 +1,5 @@
|
|||
using SimpleHttpServer.Internal;
|
||||
using SimpleHttpServer.Types;
|
||||
|
||||
namespace SimpleHttpServer;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
namespace SimpleHttpServer;
|
||||
namespace SimpleHttpServer.Types;
|
||||
|
||||
public enum HttpRequestType {
|
||||
GET,
|
||||
Loading…
Reference in New Issue
Block a user