chore(index.js): outdent (#22)
This commit is contained in:
parent
2cff4108f9
commit
1eb459d61b
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -8,7 +8,7 @@ app.use(cors());
|
|||
app.use('/public', express.static(process.cwd() + '/public'));
|
||||
|
||||
app.get('/', function (req, res) {
|
||||
res.sendFile(process.cwd() + '/views/index.html');
|
||||
res.sendFile(process.cwd() + '/views/index.html');
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue