Start on new repo page
This commit is contained in:
parent
9dc9e0c940
commit
70fd9afb2b
7 changed files with 204 additions and 3 deletions
|
@ -67,6 +67,11 @@ def signin():
|
|||
return index('')
|
||||
|
||||
|
||||
@app.route('/new/')
|
||||
def new():
|
||||
return index('')
|
||||
|
||||
|
||||
@app.route('/repository/')
|
||||
def repository():
|
||||
return index('')
|
||||
|
|
Reference in a new issue