From 23bc1f5b749567a3aa7eeb1f8fb30ba7bab3e612 Mon Sep 17 00:00:00 2001 From: sudosnok Date: Wed, 6 Apr 2022 20:32:01 +0100 Subject: [PATCH] make -> create --- Github/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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