Add basic D1 support

This commit is contained in:
Your Name
2023-03-15 19:27:25 -04:00
parent 7acd546481
commit bdda2bcb8d
8 changed files with 9238 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ def mystatic(filepath):
@app.route('/')
def index():
return bottle.static_file("cryptopad.html", root='static')
return bottle.static_file("index.html", root='static')
if __name__ == "__main__":
bottle.debug(True)