mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 15:36:10 +00:00
Update Startup.cpp
This commit is contained in:
parent
c2f260a86c
commit
7217cb1cab
@ -272,6 +272,8 @@ void PreGame(const std::string& GamePath){
|
|||||||
|
|
||||||
void set_headers(httplib::Response& res) {
|
void set_headers(httplib::Response& res) {
|
||||||
res.set_header("Access-Control-Allow-Origin", "*");
|
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() {
|
void StartProxy() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user