diff --git a/src/app/app.component.html b/src/app/app.component.html
index 19dd0a6..0aa81f4 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -3,4 +3,4 @@
-
+
diff --git a/src/app/footer/footer.component.scss b/src/app/footer/footer.component.scss
index 6c95bc2..6665911 100644
--- a/src/app/footer/footer.component.scss
+++ b/src/app/footer/footer.component.scss
@@ -12,6 +12,6 @@ footer {
h5{
padding-right: 4em;
color: white;
- font-weight: lighter;
+ // font-weight: lighter;
cursor: pointer;
}
diff --git a/src/environments/environment.ts b/src/environments/environment.ts
index 04827d4..2d9b681 100644
--- a/src/environments/environment.ts
+++ b/src/environments/environment.ts
@@ -4,7 +4,7 @@
export const environment = {
production: false,
- apiUrl: "http://localhost:8081",
+ apiUrl: "http://localhost:8080",
tokenKey: "TOKEN-SIMPLEAT"
};