mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-04 06:46:06 +00:00
Compare commits
1 Commits
master
...
titch-test
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user