Files
ThousandHands/api/api.py
2024-11-12 20:30:19 +08:00

13 lines
211 B
Python

# from flask import Flask
# app = Flask(__name__, static_folder="./web/dist/", static_url_path="")
# @app.route("/")
# def main():
# return app.send_static_file("index.html")
# def appRun():
# pass