content-type???
This commit is contained in:
parent
b0363a4414
commit
e66ff65eaf
@ -53,6 +53,7 @@ export class MapController extends BaseController {
|
|||||||
const mapUrl = roomUrl.protocol + "//" + match[1];
|
const mapUrl = roomUrl.protocol + "//" + match[1];
|
||||||
|
|
||||||
res.writeStatus("200 OK");
|
res.writeStatus("200 OK");
|
||||||
|
res.writeHeader("Content-type", "application/json");
|
||||||
this.addCorsHeaders(res);
|
this.addCorsHeaders(res);
|
||||||
res.end(
|
res.end(
|
||||||
JSON.stringify({
|
JSON.stringify({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user