mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-26 03:15:06 +00:00
Set default cdn endpoints so that local testing works
This commit is contained in:
@@ -247,7 +247,7 @@ router.post(
|
||||
Attachment.create({ ...file, proxy_url: file.url }),
|
||||
);
|
||||
} catch (error) {
|
||||
return res.status(400).json(error);
|
||||
return res.status(400).json({ message: error!.toString() })
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user