Skip to content
Snippets Groups Projects
Commit a81aea10 authored by Alexander Harkness's avatar Alexander Harkness
Browse files

Hotfix deployment server

parent 996ae58e
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ import http from "http"
import process from "process"
import signalbuddy from "signalbuddy"
const host = "127.0.0.1"
const host = "0.0.0.0"
const port = process.env.PORT || 3000
const app = express()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment