q-koa 13.0.9 → 13.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/app.js +2 -0
- package/package.json +1 -1
package/core/app.js
CHANGED
|
@@ -2167,6 +2167,7 @@ APP.getConfig = (app) => ({
|
|
|
2167
2167
|
'is_front',
|
|
2168
2168
|
'is_control',
|
|
2169
2169
|
'createdid',
|
|
2170
|
+
'extra',
|
|
2170
2171
|
],
|
|
2171
2172
|
},
|
|
2172
2173
|
include: [
|
|
@@ -2184,6 +2185,7 @@ APP.getConfig = (app) => ({
|
|
|
2184
2185
|
'is_front',
|
|
2185
2186
|
'is_control',
|
|
2186
2187
|
'createdid',
|
|
2188
|
+
'extra',
|
|
2187
2189
|
],
|
|
2188
2190
|
},
|
|
2189
2191
|
},
|