diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-07-02 13:01:07 -0700 |
|---|---|---|
| committer | Pinapelz <donaldshan1@outlook.com> | 2023-07-02 13:01:07 -0700 |
| commit | daf431e1b8438bdba2711387873351e2fae09bdd (patch) | |
| tree | cc3fd7d28bb4c80b2047657340575b259609db33 /app.py | |
| parent | 25141f6b458cba1ac8240b5bc2a7f4cf73274cab (diff) | |
fix: domain formatting issues (redirects)
Diffstat (limited to 'app.py')
| -rw-r--r-- | app.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ """ Flask app for serving the static files """ -from flask import Flask, request, send_file, send_from_directory, jsonify, abort +from flask import Flask, send_file, send_from_directory, jsonify, abort from flask_cors import CORS app = Flask(__name__) |
