From b6b68e89342cb68a3a78194b08f9cac6d7ed88cd Mon Sep 17 00:00:00 2001 From: hendisantika Date: Tue, 5 Sep 2023 09:35:54 +0700 Subject: [PATCH] =?UTF-8?q?#117=20-=20Modify=20layout.html=20&=20user-list?= =?UTF-8?q?.html=20=E2=9C=8F=EF=B8=8F=F0=9F=93=97:octocat:=E2=AC=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/shared/layout.html | 10 +++++----- src/main/resources/templates/user-list.html | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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");