mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 12:05:18 +02:00
Fix routing for Express 5
This commit is contained in:
@@ -175,7 +175,7 @@ router.get("/manifest.json", async (req, res) => {
|
||||
const appName = req.args["app-name"] || "code-server"
|
||||
res.writeHead(200, { "Content-Type": "application/manifest+json" })
|
||||
|
||||
return res.end(
|
||||
res.end(
|
||||
replaceTemplates(
|
||||
req,
|
||||
JSON.stringify(
|
||||
|
||||
Reference in New Issue
Block a user