mirror of
https://gitlab.com/little-lines/backend.git
synced 2024-11-21 23:56:51 +00:00
put date and version string in quotes
This commit is contained in:
parent
6931a29822
commit
a50364eaec
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ app.use('/api/users', require('./routes/userRoute'));
|
||||||
|
|
||||||
app.get('/', function(req, res) {
|
app.get('/', function(req, res) {
|
||||||
res.json({
|
res.json({
|
||||||
version: DATE-VERSION
|
version: "DATE-VERSION"
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue