move type to different folder

This commit is contained in:
GHXX 2024-01-14 21:50:49 +01:00
parent 92e472d526
commit ea74cb899c
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
using SimpleHttpServer.Internal; using SimpleHttpServer.Internal;
using SimpleHttpServer.Types;
namespace SimpleHttpServer; namespace SimpleHttpServer;

View File

@ -1,4 +1,4 @@
namespace SimpleHttpServer; namespace SimpleHttpServer.Types;
public enum HttpRequestType { public enum HttpRequestType {
GET, GET,