fixed up a fucky wucky
This commit is contained in:
parent
427047b94a
commit
c71575ab28
2
paste.py
2
paste.py
@ -77,7 +77,7 @@ def index():
|
|||||||
else:
|
else:
|
||||||
#print("Writing: " + data)
|
#print("Writing: " + data)
|
||||||
writePaste(name, data)
|
writePaste(name, data)
|
||||||
return method + hostedURL + name
|
return method + hostedURL + '/' + name
|
||||||
|
|
||||||
|
|
||||||
@application.route('/<path:path>')
|
@application.route('/<path:path>')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user