From 9f01c3c7a4e0a389bd36592e3d3f88aaad1297c6 Mon Sep 17 00:00:00 2001 From: maksdudin Date: Tue, 20 Jun 2023 22:39:09 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=D0=9D=D1=83=20=D0=BA=D0=B0=D0=BA=20=D0=BC?= =?UTF-8?q?=D0=B8=D0=BD=D0=B8=D0=BC=D1=83=D0=BC=20=D1=82=D0=B0=D0=B1=D0=BB?= =?UTF-8?q?=D0=B8=D1=86=D1=83=20=D1=8F=20=D0=B2=D1=81=D1=82=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/html/my.html | 14 ++++++++++++++ src/rest/players | 15 +++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 src/rest/players diff --git a/src/main/webapp/html/my.html b/src/main/webapp/html/my.html index eb66ac55..ad2f64f2 100644 --- a/src/main/webapp/html/my.html +++ b/src/main/webapp/html/my.html @@ -6,6 +6,20 @@

RPG admin panel

+ + + + + + + + + + + +
#NameTitleRaceProfessionLevelBirthdayBanned
+ \ No newline at end of file diff --git a/src/rest/players b/src/rest/players new file mode 100644 index 00000000..fa07ad7e --- /dev/null +++ b/src/rest/players @@ -0,0 +1,15 @@ +Code: 200 OK +Code: 200 OK +Content: [ + { + “id”:[Long], + “name”:[String], + “title”:[String], + “race”:[Race], + “profession”:[Profession], + “birthday”:[Long], + “banned”:[Boolean], + “level”:[Integer] + }, + … +] \ No newline at end of file From 65d0b9ab1a649f779374d89a0cc75ce3c68df828 Mon Sep 17 00:00:00 2001 From: maksdudin Date: Tue, 20 Jun 2023 23:54:52 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=D0=92=D1=81=D1=91=20=D0=B1=D1=8B=D0=BB?= =?UTF-8?q?=D0=BE=20=D0=BD=D0=B5=20=D1=82=D0=B0=D0=BA,=20=D0=BA=D0=B0?= =?UTF-8?q?=D0=BA=20=20=D1=8F=20=D0=B4=D1=83=D0=BC=D0=B0=D0=BB,=20/rest/pl?= =?UTF-8?q?ayers=20=D1=8D=D1=82=D0=BE=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA?= =?UTF-8?q?=D0=B0=20Spring=20=D1=83=D0=BA=D0=B0=D0=B7=D0=B0=D0=BD=D0=BD?= =?UTF-8?q?=D0=B0=D1=8F=20=D0=B2=20=D0=B0=D0=BD=D0=BD=D0=BE=D1=82=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D0=B8=20=D0=B2=20=D0=BA=D0=BB=D0=B0=D1=81=D1=81?= =?UTF-8?q?=D0=B5=20player=20=D0=B2=20=D0=BF=D0=B0=D0=BA=D0=B5=D1=82=D0=B5?= =?UTF-8?q?=20entity=20=D0=BF=D0=BE=20=D0=BA=D0=BE=D1=82=D0=BE=D1=80=D0=BE?= =?UTF-8?q?=D0=B9=20get=20=D0=B7=D0=B0=D0=BF=D1=80=D0=BE=D1=81=20=D0=B8=20?= =?UTF-8?q?=D0=B1=D1=83=D0=B4=D0=B5=D1=82=20=D0=BE=D0=B1=D1=80=D0=B0=D1=89?= =?UTF-8?q?=D0=B0=D1=82=D1=8C=D1=81=D1=8F.=20(=D0=B0=20=D1=8F=20=D1=81?= =?UTF-8?q?=D0=B0=D0=BC=20=D1=82=D0=B0=D0=BC=20=D0=BD=D0=B0=D1=87=D0=B0?= =?UTF-8?q?=D0=BB=20=D1=87=D1=82=D0=BE-=D1=82=D0=BE=20=D0=BF=D0=B8=D1=81?= =?UTF-8?q?=D0=B0=D1=82=D1=8C)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/html/my.html | 16 ++++++++-------- src/rest/players | 15 --------------- 2 files changed, 8 insertions(+), 23 deletions(-) delete mode 100644 src/rest/players diff --git a/src/main/webapp/html/my.html b/src/main/webapp/html/my.html index ad2f64f2..ffb62d0b 100644 --- a/src/main/webapp/html/my.html +++ b/src/main/webapp/html/my.html @@ -8,14 +8,14 @@

RPG admin panel

- - - - - - - - + + + + + + + +
#NameTitleRaceProfessionLevelBirthdayBanned#NameTitleRaceProfessionLevelBirthdayBanned