Re-route requests of /fe/{route} to /{route} where possible #92
Labels
perf
Pull Request: Performance increases
refactoring
Pull Request: Refactoring code without logic change
Is your feature request related to a problem? Please describe.
Instead of using custom queries, we can directly use the express-restify-mongoose after jpwahle/cs-insights-backend#90 to query the backend which will be faster.
Describe the solution you'd like
All queries that were sent to /fe/papers should be adjusted to be sent to /papers
The text was updated successfully, but these errors were encountered: