UniversityOfHelsinkiCS / oodikone

An application for analyzing university data
https://oodikone.helsinki.fi
MIT License
14 stars 6 forks source link

[Backend] Moved organisation related stuff to environment/organizationConfig.json file. Added conditional check to routes for users end point #4574

Closed mattirasanen closed 2 months ago

mattirasanen commented 2 months ago

Moved facultyCodes, magicFacultyCode, ignoredFacultyCodes to environment/organizationConfig.json file. Edited usersFd route to have only fd related routes and added conditional check to routes to include this routes only when SERVICE_PROVIDER Fd. Added also resolveJsonModule:true to tsconfig