This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
strapi
Watch
1
Star
0
Fork
0
You've already forked strapi
mirror of
https://github.com/strapi/strapi.git
synced
2025-07-10 18:43:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
strapi
/
packages
/
strapi-generate-new
/
files
/
config
/
functions
/
responses
/
404.js
6 lines
101 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Lock dependencies and fix start up
2017-06-15 15:35:04 +02:00
'use strict'
;
module
.
exports
=
async
ctx
=>
{
Comment 404 custom response return
2017-07-31 17:22:40 +02:00
// return ctx.notFound('My custom message 404');
Lock dependencies and fix start up
2017-06-15 15:35:04 +02:00
}
;
Reference in New Issue
Copy Permalink