fixed up a fucky wucky

This commit is contained in:
Benjamyn Love 2019-02-20 23:14:20 +11:00
parent 427047b94a
commit c71575ab28

View File

@ -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>')