Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
get 'locations/info', to: 'locations#info'
post 'labwares/searches', to: 'labwares/searches#create'
post 'labwares/locations', to: 'labwares/locations#create'

# This needs to be a post due to the number of barcodes that will be passed which is not possible with a get
post 'labwares_by_barcode', to: 'labwares#by_barcode'

Expand Down Expand Up @@ -111,4 +111,5 @@

match '/about', to: 'about#show', via: :get

get '/health' => 'rails/health#show', :as => :rails_health_check
end
Loading