Commit f636cc0f by chalermpong

Rename File

parent 4577cca1
......@@ -2,10 +2,10 @@ const express = require('express');
const bodyParser = require('body-parser');
const { Salt } = require('salt-api');
const controllers = require('./controller');
const routes = require('./routes')
const models = require('./models')
const salt = routes.getSaltInstance()
const salt = models.getSaltInstance()
const app = express();
app.use(bodyParser.json());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment