From 79aba45fdbc8857f9d8f5d14b82eed790234437f Mon Sep 17 00:00:00 2001 From: Akkadius Date: Fri, 3 Jan 2020 15:23:03 -0600 Subject: [PATCH] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index ac7a64c..b4366cb 100644 --- a/app.js +++ b/app.js @@ -38,7 +38,7 @@ app.use( { origin: [ 'http://localhost:8080', - 'http://localhost:8080', + 'http://docker:8080', 'http://localhost:5000' ], exposedHeaders: ['Content-Disposition']