Update Startup.cpp

This commit is contained in:
Starystars67 2023-12-16 03:01:28 +00:00
parent c2f260a86c
commit 7217cb1cab

View File

@ -272,6 +272,8 @@ void PreGame(const std::string& GamePath){
void set_headers(httplib::Response& res) {
res.set_header("Access-Control-Allow-Origin", "*");
res.set_header("Access-Control-Allow-Headers", "X-API-Version");
res.set_header("Access-Control-Allow-Method", "GET,POST,OPTIONS");
}
void StartProxy() {