mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-01-21 20:27:02 +00:00
fix windows?
This commit is contained in:
parent
d8172e2126
commit
0aa1be01d2
@ -1,11 +1,7 @@
|
|||||||
#ifndef __EHTTPMETHODS__H__
|
#ifndef __EHTTPMETHODS__H__
|
||||||
#define __EHTTPMETHODS__H__
|
#define __EHTTPMETHODS__H__
|
||||||
|
|
||||||
#include <cstdint>
|
enum class eHTTPMethod {
|
||||||
|
|
||||||
#include "magic_enum.hpp"
|
|
||||||
|
|
||||||
enum class eHTTPMethod : uint16_t {
|
|
||||||
GET,
|
GET,
|
||||||
POST,
|
POST,
|
||||||
PUT,
|
PUT,
|
||||||
|
Loading…
Reference in New Issue
Block a user