Skip to content
Snippets Groups Projects
Commit 6af08ca6 authored by Victoria Badeke's avatar Victoria Badeke
Browse files

Merge branch 'vici-admin'

parents 8fe3e839 94f7b00c
Branches
No related merge requests found
......@@ -557,11 +557,6 @@
<td>ingo.keiner@gmail.com</td>
<td><i class="fa-solid fa-pen updateButton"></i> <i class="fa-solid fa-trash-can deleteButton"></i></td>
</tr>
<tr>
<td>8</td>
<td>Jörg</td>
<td>Faust</td>
</tr>
</tbody>
</table>
</div>
......
......@@ -624,7 +624,10 @@ h2 {
}
/*AboutUs*/
.containerAboutUs {
width: 100%;
height: 100%;
}
/* Allgemein */
body {
margin: 0;
......@@ -890,9 +893,6 @@ h2 {
/*Admin-Nutzerliste*/
/*.container-meineReisen {
display: flex;
} */
.sidebarAdmin {
background-color: #f1f4f9;
......@@ -934,13 +934,17 @@ h2 {
cursor: pointer;
}
.nutzerliste-container {
margin-left: 100px;
margin-top: 30px;
}
.table-container-nutzerliste {
background-color: #fff;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
padding: 16px;
overflow-x: auto;
}
table {
......
......@@ -3,10 +3,17 @@ POST http://localhost:8080/login HTTP/1.1
Content-Type: application/json
{
"eMail": "lilith@fa.gmx.de",
"password": "lölli"
"eMail": "lennardetzel@gmail.com",
"password": "123456789"
}
### Read User
GET http://localhost:8080/user/21 HTTP/1.1
### Read User
GET http://localhost:8080/user/500 HTTP/1.1
### Login
POST http://localhost:8080/login HTTP/1.1
Content-Type: application/json
......@@ -55,7 +62,10 @@ Content-Type: application/json
POST http://localhost:8080/logout HTTP/1.1
### Logout
POST http://localhost:8080/logou HTTP/1.1
POST http://localhost:8080/logout HTTP/1.1
### Update specific user
PUT http://localhost:8080/user/48 HTTP/1.1
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment