File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
apps/librarify/backend/config/routes Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
authors_put :
2
2
path : /authors/{id}
3
3
controller : MyLibrary\Apps\Librarify\Backend\Controller\Authors\AuthorsPutController
4
- defaults : { auth: true }
5
- methods : [PUT]
4
+ defaults : { auth: false }
5
+ methods : [PUT]
Original file line number Diff line number Diff line change 1
1
books_put :
2
2
path : /books/{id}
3
3
controller : MyLibrary\Apps\Librarify\Backend\Controller\Books\BooksPutController
4
- defaults : { auth: true }
5
- methods : [PUT]
4
+ defaults : { auth: false }
5
+ methods : [PUT]
Original file line number Diff line number Diff line change 1
1
categories_put :
2
2
path : /categories/{id}
3
3
controller : MyLibrary\Apps\Librarify\Backend\Controller\Categories\CategoriesPutController
4
- defaults : { auth: true }
5
- methods : [PUT]
4
+ defaults : { auth: false }
5
+ methods : [PUT]
You can’t perform that action at this time.
0 commit comments