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-09-07 07:41:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
strapi
/
examples
/
getstarted
/
plugins
/
myplugin
/
middlewares
/
mazdaz
/
index.js
7 lines
101 B
JavaScript
Raw
Normal View
History
Unescape
Escape
wip
2021-07-29 16:39:26 +02:00
module
.
exports
=
{
defaults
:
{
mazdaz
:
{
enabled
:
true
}
}
,
load
:
{
Refactor middleware loading
2019-06-08 18:50:07 +02:00
initialize
(
)
{
}
,
wip
2021-07-29 16:39:26 +02:00
}
,
Refactor strapi load
2019-04-05 16:11:09 +02:00
}
;
Reference in New Issue
Copy Permalink