Browse Source

Заготовка роутера

Book Pauk 6 years ago
parent
commit
b6f771aa7a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      server/routes.js

+ 2 - 0
server/routes.js

@@ -0,0 +1,2 @@
+module.exports = function(app, connPool, logger, config) {
+};