fix: Add 'use strict' on app.js
This commit is contained in:
parent
aca01f064d
commit
4738ba7d36
1 changed files with 1 additions and 0 deletions
1
app.js
1
app.js
|
@ -1,3 +1,4 @@
|
|||
'use strict'
|
||||
// app
|
||||
// external modules
|
||||
var express = require('express')
|
||||
|
|
Loading…
Reference in a new issue