From 1dcbb772d2b767913c5a97300c5409c66252b574 Mon Sep 17 00:00:00 2001 From: Nikola Petrov Date: Sun, 21 Jan 2024 22:01:27 +0100 Subject: [PATCH] change hostname --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 657265e..f96c2fe 100644 --- a/app.js +++ b/app.js @@ -3,7 +3,7 @@ var path = require('path'); var logger = require('morgan'); const http = require('http'); -const hostname = 'petrovv.com'; +const hostname = '127.0.0.1'; const httpPort = 4080; var mongoose = require('mongoose');