Update routes

This commit is contained in:
xfarrow
2025-06-12 10:34:58 +02:00
parent fef02480d6
commit f08c28351f
3 changed files with 9 additions and 11 deletions

View File

@ -5,13 +5,7 @@ meta {
}
get {
url: http://localhost:3000/api/experiences/
url: http://localhost:3000/api/people/1/experiences
body: json
auth: inherit
}
body:json {
{
"personId": 1
}
}