File tree Expand file tree Collapse file tree 3 files changed +0
-382
lines changed
Expand file tree Collapse file tree 3 files changed +0
-382
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2626 post 'routes/:id' , to : 'routes#create'
2727 put 'routes/:id' , to : 'routes#update'
2828 delete 'routes/:id' , to : 'routes#destroy'
29-
30- # Hotel
31- # get 'hotels/list', to: 'hotels#index'
32- # get 'hotels/:id', to: 'hotels#show'
33- # post 'hotels/:id', to: 'hotels#create'
34- # put 'hotels/:id', to: 'hotels#update'
35- # delete 'hotels/:id', to: 'hotels#destroy'
36- # get 'hotels/find_by_id', to: 'hotels#find_hotel_by_id'
37- # get 'hotels/find_by_name', to: 'hotels#find_hotel_by_name'
38- # get 'hotels/active_hotels', to: 'hotels#active_hotels'
39- # get 'hotels/find_by_name_and_price', to: 'hotels#find_hotels_by_name_and_price'
40- # get 'hotels/find_by_email_domain', to: 'hotels#find_hotels_by_email_domain'
41- # get '/hotels/create_and_update', to: 'hotels#create_and_update'
42-
43- # n1ql
44- get '/hotels/find_by_name_n1ql' , to : 'hotels#find_hotels_by_name_n1ql'
4529 end
4630 end
4731end
You can’t perform that action at this time.
0 commit comments