added CORS
This commit is contained in:
12
source/shadowrun/ShadowrunApi.hpp
Normal file
12
source/shadowrun/ShadowrunApi.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __SHADOWRUNAPI_H__
|
||||
#define __SHADOWRUNAPI_H__
|
||||
|
||||
#include "cors.h"
|
||||
#include <crow.h>
|
||||
|
||||
namespace shadowrun {
|
||||
|
||||
void initApi(crow::App<CORS>& app);
|
||||
|
||||
}
|
||||
#endif // __SHADOWRUNAPI_H__
|
||||
Reference in New Issue
Block a user