This commit is contained in:
Thomas Forgione 2024-08-23 10:46:08 +02:00
parent d3f1253376
commit 4889aeaf7c
1 changed files with 1 additions and 1 deletions

View File

@ -284,4 +284,4 @@ def send_data(path):
return send_from_directory('data', path)
app.register_blueprint(archive.bp)
app.register_blueprint(archive.blueprint)