Skip to content

Commit

Permalink
Merge pull request #80 from ssciolla/issue-79-api-dir-changes
Browse files Browse the repository at this point in the history
Make changes to use new API Directory (#79)
  • Loading branch information
ssciolla committed Feb 1, 2023
2 parents 1dd1e2e + d4110b5 commit 1133978
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/apis.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"placementscores": {
"token_url": "aa/oauth2/token",
"token_url": "oauth2/token",
"limits_calls": 200,
"limits_period": 60
},
"canvasreadonly": {
"token_url": "aa/oauth2/token",
"token_url": "oauth2/token",
"limits_calls": 20000,
"limits_period": 1
}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Django==3.2.16
mysqlclient==2.1.1
python-dotenv==0.21.0
requests==2.28.1
-e git+https://github.com/tl-its-umich-edu/api-utils-python@v2.1#egg=umich-api
-e git+https://github.com/tl-its-umich-edu/api-utils-python@v3.0#egg=umich-api

0 comments on commit 1133978

Please sign in to comment.