chore(index.js): outdent (#22)
This commit is contained in:
parent
2cff4108f9
commit
1eb459d61b
2
index.js
2
index.js
@ -8,7 +8,7 @@ app.use(cors());
|
|||||||
app.use('/public', express.static(process.cwd() + '/public'));
|
app.use('/public', express.static(process.cwd() + '/public'));
|
||||||
|
|
||||||
app.get('/', function (req, res) {
|
app.get('/', function (req, res) {
|
||||||
res.sendFile(process.cwd() + '/views/index.html');
|
res.sendFile(process.cwd() + '/views/index.html');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user