Skip to content

Commit 0a2ebe1

Browse files
Harsh Patelloreina
authored andcommitted
Removed travel permissions from hacker (#643)
* Removed any update roles from hacker routes * Updated changelog
1 parent 01959e7 commit 0a2ebe1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

constants/role.constant.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)