diff --git a/src/main/resources/templates/shared/layout.html b/src/main/resources/templates/shared/layout.html index f461ec5..2f4f006 100644 --- a/src/main/resources/templates/shared/layout.html +++ b/src/main/resources/templates/shared/layout.html @@ -7,16 +7,16 @@ ITAdventure - +
-
+
-
+
@@ -28,13 +28,13 @@ -
+
-
+
diff --git a/src/main/resources/templates/user-list.html b/src/main/resources/templates/user-list.html index e7a70c4..b0216a6 100644 --- a/src/main/resources/templates/user-list.html +++ b/src/main/resources/templates/user-list.html @@ -135,7 +135,7 @@

Bordered Table

user.findAll = function () { $.ajax({ - url: "http://localhost:1111/api/v1/user", + url: "http://localhost:8080/api/v1/user", type: "GET", beforeSend: function (xhr) { xhr.setRequestHeader("Accept", "application/json");