Skip to content

Commit

Permalink
Update Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Jan 21, 2025
1 parent a7e16be commit 84eef7d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions api/test/fixtures/get_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,21 @@
"query": true,
"res": true
},
"POST /profile/interest": {
"body": true,
"query": false,
"res": true
},
"PATCH /profile/interest/:interestid": {
"body": true,
"query": false,
"res": true
},
"DELETE /profile/interest/:interestid": {
"body": false,
"query": false,
"res": true
},
"GET /profile/overlay": {
"body": false,
"query": true,
Expand Down

0 comments on commit 84eef7d

Please sign in to comment.