[WEB-1116] fix: editor info badges occupying multiple lines (#5548)
This commit is contained in:
parent
29fd1186ee
commit
8154a190d2
4 changed files with 15 additions and 10 deletions
|
|
@ -41,7 +41,7 @@ router.ws("/collaboration", (ws, req) => {
|
|||
|
||||
app.use(process.env.LIVE_BASE_PATH || "/live", router);
|
||||
|
||||
app.use((_req, res, _next) => {
|
||||
app.use((_req, res) => {
|
||||
res.status(404).send("Not Found");
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue