Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix: 🐛 proxy depts and terms queries
Browse files Browse the repository at this point in the history
  • Loading branch information
ecxyzzy committed Sep 23, 2023
1 parent 9201060 commit f278c17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/api/v1/graphql/src/resolvers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ export const resolvers: ApolloServerOptions<BaseContext>["resolvers"] = {
allInstructors: proxyRestApi("v1/rest/instructors/all"),
larc: proxyRestApi("v1/rest/larc"),
websoc: proxyRestApi("v1/rest/websoc", { argsTransform: geTransform }),
depts: proxyRestApi("v1/rest/websoc/depts"),
terms: proxyRestApi("v1/rest/websoc/terms"),
week: proxyRestApi("v1/rest/week"),
},
};

0 comments on commit f278c17

Please sign in to comment.