First commit

This commit is contained in:
2020-12-04 20:12:49 +01:00
commit c22da63747
19 changed files with 11010 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
'use strict';
module.exports = async (/* ctx */) => {
// return ctx.notFound('My custom message 404');
};