Skip to content

Commit

Permalink
Merge c58b78d into 3536ed4
Browse files Browse the repository at this point in the history
  • Loading branch information
Griffinstein committed Aug 17, 2020
2 parents 3536ed4 + c58b78d commit 436ddf4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
This changelog adheres to [Keep a CHANGELOG](http://keepachangelog.com/).

## Unreleased

- [TT-7788] Add API namespace to vehicle_types endpoint

## [4.0.0]
- [TT-7385] Update Money dependency, test against Ruby 2.7 / Rails 6

Expand Down
2 changes: 1 addition & 1 deletion lib/quick_travel/vehicle_type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module QuickTravel
class VehicleType < Adapter
self.api_base = '/vehicle_types'
self.api_base = '/api/vehicle_types'
self.lookup = true
end
end

0 comments on commit 436ddf4

Please sign in to comment.