all repos — caroster @ 5edb8b7bb7b7df7b1a86170523ee4ccdbdad8e52

[Octree] Group carpool to your event https://caroster.io

backend/config/functions/responses/404.js (view raw)

1'use strict';
2
3module.exports = async (/* ctx */) => {
4  // return ctx.notFound('My custom message 404');
5};