rework ui

This commit is contained in:
verboomp
2026-01-29 15:22:05 +01:00
parent 0918185a6b
commit 71100353fa
7 changed files with 31 additions and 20 deletions

View File

@@ -123,6 +123,6 @@ public class CustomerPictureResourceTest extends AbstractRestTest {
test.username = "adm";
test.password = "x1t0e7Pb49";
test.doAddCustomerPictureWrongJson();
test.doAddCustomerWithPicture();
}
}

File diff suppressed because one or more lines are too long

View File

@@ -2,6 +2,8 @@
"id": 1,
"name": "Müller Apotheke",
"customerNumber": "1234",
"city": "Hannover",
"zip": "12345",
"pictures": [
{
"id": 1,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long