mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 19:58:40 +00:00
content-type
This commit is contained in:
@@ -156,7 +156,7 @@ app.get(
|
||||
app.get(
|
||||
"/api/public_lobbies",
|
||||
gatekeeper.httpHandler(LimiterType.Get, async (req, res) => {
|
||||
res.send(publicLobbiesJsonStr);
|
||||
res.contentType("application/json").send(publicLobbiesJsonStr);
|
||||
}),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user