I have a flask server with this code:
app = Flask(__name__, static_folder="./static") app.config["SECRET_KEY"] = "secret!" socke