twitter spaces and a ton of improvements
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
import loc from "../../localization/manager.js";
|
||||
|
||||
export function internalError(res) {
|
||||
res.status(501).json({ status: "error", text: "Internal Server Error" });
|
||||
}
|
||||
export function errorUnsupported(lang) {
|
||||
return loc(lang, 'ErrorUnsupported');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user