Add support for MySQL.
This commit is contained in:
@@ -23,3 +23,7 @@ export function forbidden(res, msg) {
|
||||
export function methodNotAllowed(res, msg) {
|
||||
res.status(405).end(msg);
|
||||
}
|
||||
|
||||
export function serverError(res, msg) {
|
||||
res.status(500).end(msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user