q-koa 11.1.1 → 11.2.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.
@@ -1,5 +1,4 @@
1
1
  exports.initRouter = async ({ app }) => {
2
- console.log('initRouter start')
3
2
  const routesList = await app.model.routes.findAll()
4
3
  const modelList = await app.model.model.findAll()
5
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "q-koa",
3
- "version": "11.1.1",
3
+ "version": "11.2.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {