From 4df4093432f51ac885e1956938e25fc2fc9c69b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cau=C3=A3?= Date: Mon, 11 Dec 2023 22:36:55 -0300 Subject: [PATCH] Implementing editing functionality for the institution endpoint. --- .idea/WPD-Auth.iml | 9 ++++++++ .idea/compiler.xml | 18 +++++++++++++++ .idea/encodings.xml | 6 +++++ .idea/jarRepositories.xml | 20 +++++++++++++++++ .idea/misc.xml | 11 ++++++++++ .idea/vcs.xml | 6 +++++ .idea/workspace.xml | 11 ++++++++-- pom.xml | 9 ++++++-- .../wpdauth/controller/UsersController.java | 12 ++++++++++ .../wpdauth/service/UsersService.java | 22 +++++++++++++++++++ 10 files changed, 120 insertions(+), 4 deletions(-) create mode 100644 .idea/WPD-Auth.iml create mode 100644 .idea/compiler.xml create mode 100644 .idea/encodings.xml create mode 100644 .idea/jarRepositories.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/WPD-Auth.iml b/.idea/WPD-Auth.iml new file mode 100644 index 0000000..18ec59d --- /dev/null +++ b/.idea/WPD-Auth.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..3e7d9f0 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..4140949 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000..a468a99 --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..e8f93bf --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,11 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..9661ac7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0a77e75..8b729f4 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,7 +5,10 @@ - + + + +