1 Star 1 Fork 0

Secret/Private-Blog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.py 213 Bytes
一键复制 编辑 原始数据 按行查看 历史
moyongshun 提交于 2024-01-11 15:57 . 20240111 first commit
from App import create_app
app = create_app()
if __name__ == '__main__':
# 如果当前这个文件是作为入口程序运行,那么就执行app.run()
app.run(debug=True, host='0.0.0.0', port=5000)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/moyongshun/private-blog.git
git@gitee.com:moyongshun/private-blog.git
moyongshun
private-blog
Private-Blog
master

搜索帮助