Skip to content

Commit 95bf642

Browse files
committed
Update index.js
1 parent cc3ea5d commit 95bf642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const express = require('express')
99
const app = express()
1010

1111
app.get('/', (_req, res) => {
12-
res.send('WORKING AWESOMLY on ' + process.env.ENV)
12+
res.send('WORKING fine on ' + process.env.ENV)
1313
})
1414

1515
parentPort.on('message', (msg) => {

0 commit comments

Comments
 (0)