diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index ce87c433..60f39dd4 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Removed + +- Removed travel routes from hacker + ## [2.3.0](https://github.com/hackmcgill/hackerapi/tree/2.3.0) - 2020-01-14 ### Added diff --git a/constants/role.constant.js b/constants/role.constant.js index f9917247..9aa1a707 100644 --- a/constants/role.constant.js +++ b/constants/role.constant.js @@ -40,11 +40,7 @@ const hackerRole = { Constants.Routes.travelRoutes.getSelf, Constants.Routes.travelRoutes.getSelfById, - Constants.Routes.travelRoutes.getAnyById, Constants.Routes.travelRoutes.getSelfByEmail, - Constants.Routes.travelRoutes.getAnyByEmail, - Constants.Routes.travelRoutes.patchAnyStatusById, - Constants.Routes.travelRoutes.patchAnyOfferById, Constants.Routes.teamRoutes.join, Constants.Routes.teamRoutes.patchSelfById,