From 3cbce94916c8c8eaa9ce96557e9ea2add334555c Mon Sep 17 00:00:00 2001 From: yezian Date: Mon, 22 Jul 2024 19:30:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api.py => app.py | 0 run.py | 4 ---- 2 files changed, 4 deletions(-) rename api.py => app.py (100%) delete mode 100644 run.py diff --git a/api.py b/app.py similarity index 100% rename from api.py rename to app.py diff --git a/run.py b/run.py deleted file mode 100644 index 9d7e374..0000000 --- a/run.py +++ /dev/null @@ -1,4 +0,0 @@ -from api import app - -if __name__ == "__main__": - app.run(host="0.0.0.0", port=9999)