diff --git a/Github/urls.py b/Github/urls.py index 47ff25f..8f46552 100644 --- a/Github/urls.py +++ b/Github/urls.py @@ -22,7 +22,7 @@ USER_FOLLOWING_URL = USERS_URL + '/following' #== repo urls ==# -MAKE_REPO_URL = BASE_URL + '/user/repos' #_auth repo create +CREATE_REPO_URL = BASE_URL + '/user/repos' #_auth repo create REPOS_URL = BASE_URL + '/repos/{0}' # repos of a user