File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ Unreleased]
9+
10+ ### Removed
11+
12+ - Removed travel routes from hacker
13+
814## [ 2.3.0] ( https://github.com/hackmcgill/hackerapi/tree/2.3.0 ) - 2020-01-14
915
1016### Added
Original file line number Diff line number Diff line change @@ -40,11 +40,7 @@ const hackerRole = {
4040
4141 Constants . Routes . travelRoutes . getSelf ,
4242 Constants . Routes . travelRoutes . getSelfById ,
43- Constants . Routes . travelRoutes . getAnyById ,
4443 Constants . Routes . travelRoutes . getSelfByEmail ,
45- Constants . Routes . travelRoutes . getAnyByEmail ,
46- Constants . Routes . travelRoutes . patchAnyStatusById ,
47- Constants . Routes . travelRoutes . patchAnyOfferById ,
4844
4945 Constants . Routes . teamRoutes . join ,
5046 Constants . Routes . teamRoutes . patchSelfById ,
You can’t perform that action at this time.
0 commit comments