GetExperience, RemoveExperience

This commit is contained in:
xfarrow
2025-06-10 12:52:19 +02:00
parent 443b9d826b
commit 784a9bd5bb
3 changed files with 30 additions and 5 deletions

View File

@ -0,0 +1,11 @@
meta {
name: DeleteExperience
type: http
seq: 3
}
delete {
url: http://localhost:3000/api/experiences/2
body: none
auth: inherit
}