From 5b6418dfd2031c7bc9a5cd22b51660701b393e91 Mon Sep 17 00:00:00 2001 From: Susana Hahn Date: Wed, 10 Apr 2024 10:48:09 -0600 Subject: [PATCH] Another port --- .../clinguin_angular_frontend/assets/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/clinguin/client/presentation/frontends/angular_frontend/clinguin_angular_frontend/assets/config.json b/clinguin/client/presentation/frontends/angular_frontend/clinguin_angular_frontend/assets/config.json index b5e6ad7..1a4d84e 100644 --- a/clinguin/client/presentation/frontends/angular_frontend/clinguin_angular_frontend/assets/config.json +++ b/clinguin/client/presentation/frontends/angular_frontend/clinguin_angular_frontend/assets/config.json @@ -1 +1,4 @@ -{"serverPort": 8092, "serverUrl": "http://localhost"} \ No newline at end of file +{ + "serverPort": 8000, + "serverUrl": "http://localhost" +} \ No newline at end of file