Skip to content

Commit

Permalink
add refs and meta endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
killua-eu committed Jan 16, 2024
1 parent b035288 commit b49f81e
Show file tree
Hide file tree
Showing 2 changed files with 270 additions and 197 deletions.
3 changes: 3 additions & 0 deletions glued/Config/routes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ routes:
methods:
get: Glued\Controllers\ServiceController:objects_r1
post: Glued\Controllers\ServiceController:objects_c1
patch: Glued\Controllers\ServiceController:objects_p1
delete: Glued\Controllers\ServiceController:objects_d1
put: Glued\Controllers\ServiceController:objects_put1

be_stor_buckets_v1:
pattern: ${routes.be_stor.path}/v1/buckets[/{id}]
Expand Down
Loading

0 comments on commit b49f81e

Please sign in to comment.