mirror of
https://github.com/alopexc0de/Simple-Bookmarking-Service.git
synced 2024-12-22 06:22:39 +00:00
fix index string
This commit is contained in:
parent
c2727946cb
commit
98d5de5c44
@ -13,7 +13,7 @@ _api = API()
|
|||||||
|
|
||||||
@route('/')
|
@route('/')
|
||||||
def index():
|
def index():
|
||||||
return template("This is the index")
|
return "This is the index"
|
||||||
|
|
||||||
# I haven't figured out how to get these routes inside the API yet...
|
# I haven't figured out how to get these routes inside the API yet...
|
||||||
@route('/save/<title>/<uri:path>')
|
@route('/save/<title>/<uri:path>')
|
||||||
|
Loading…
Reference in New Issue
Block a user