move type to different folder
This commit is contained in:
@@ -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,
|
||||
Reference in New Issue
Block a user