1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-18 15:05:08 +00:00

remove duplicate url and return delete_gist

This commit is contained in:
VarMonke 2022-04-13 23:14:06 +05:30
parent 6483909960
commit dedaf4e59b
2 changed files with 6 additions and 6 deletions

View file

@ -32,9 +32,8 @@ REPO_ISSUE_URL = REPO_URL + '/issues/{2}' # a specific issue
#== gist urls ==#
GIST_URL = BASE_URL + '/gists/{0}' # specific gist
CREATE_GIST_URL = BASE_URL + '/gists' # create a gist
CREATE_GIST_URL = BASE_URL + '/gists'
CREATE_GIST_URL = BASE_URL + '/gists' # create a gist
#== org urls ==#
ORG_URL = BASE_URL + '/orgs/{0}'