Skip to content

Commit

Permalink
feat: add route for alumni outcomes
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseRWeigel committed Oct 10, 2018
1 parent c7f2450 commit ee19665
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,11 @@ const translationObj = {
type: 'studentLifePages',
id: { default: 'counseling-services' }
},
'alumni-outcomes': {
page: '/page',
type: 'alumniOutcomes',
id: { default: 'alumni-outcomes' }
},
pilgrimages: {
page: '/page',
type: 'pilgrimagesPages',
Expand Down

0 comments on commit ee19665

Please sign in to comment.