Add missing message Delete endpoint mapping to v0010

This commit is contained in:
Mikołaj Pich 2024-05-30 16:23:12 +02:00
parent 9c4e64122f
commit 610cc9c079
No known key found for this signature in database

View file

@ -599,6 +599,7 @@ val ApiEndpointsMapV4 = ApiEndpointsMap + mapOf(
"Pracownicy" to "89c9a7c2-e062-4d68-a66b-fb8406712351",
"MoveTrash" to "85be0a03-b0c0-4f2c-bd0c-660bb8ed7262",
"RestoreTrash" to "8aec05e6-218e-4917-9f0b-8baed1560435",
"Delete" to "c2a7feca-f2f8-4c29-8182-ee60d8dc0f8f",
)
),
)