Skip to content

Commit 9a20f00

Browse files
committed
Adding 'use strict' to the top of server.js
1 parent 83b03e9 commit 9a20f00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"use strict"
12
const express = require('express')
23
const app = express()
34
const port = process.env.MOCK_SERVER_PORT || 5000

0 commit comments

Comments
 (0)