Rename api to mobile-api
This commit is contained in:
parent
417145b2fe
commit
65b5a119c6
6 changed files with 1 additions and 1 deletions
2
app.js
2
app.js
|
@ -10,7 +10,7 @@ const protocol = require("./src/utils/connection");
|
|||
|
||||
const subdomain = require('express-subdomain');
|
||||
const index = require('./src/routes/index');
|
||||
const api = require('./src/routes/api/index');
|
||||
const api = require('./src/routes/mobile-api/index');
|
||||
const cufs = require('./src/routes/cufs');
|
||||
const uonetplus = require('./src/routes/uonetplus');
|
||||
const uonetplusOpiekun = require('./src/routes/uonetplus-opiekun');
|
||||
|
|
Loading…
Reference in a new issue