mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 02:42:45 +00:00
fix home page
This commit is contained in:
@@ -505,7 +505,7 @@ class Anonymous_Github:
|
||||
data = json.load(f, object_hook=json_util.object_hook)
|
||||
if repo_name == clean_github_repository(data['repository']):
|
||||
repo = data
|
||||
return render_template('newversion.html', repo=repo)
|
||||
return render_template('index.html', repo=repo)
|
||||
|
||||
@application.route('/', methods=['POST'])
|
||||
def add_repository():
|
||||
|
||||
Reference in New Issue
Block a user