update index return
This commit is contained in:
@@ -58,7 +58,6 @@ def get_file_name(key, ext, file):
|
||||
|
||||
@app.get('/')
|
||||
async def index():
|
||||
with open('templates/index.html', 'r') as f:
|
||||
return HTMLResponse(index_html)
|
||||
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
- [x] Sqlite3数据库:无需安装数据库
|
||||
|
||||
## 系统截图
|
||||
|
||||

|
||||

|
||||

|
||||
@@ -38,3 +39,8 @@
|
||||
docker build --file Dockerfile --tag filecodebox .
|
||||
docker run -d -p 12345:12345 --name filecodebox filecodebox
|
||||
```
|
||||
|
||||
## 免责声明
|
||||
|
||||
本项目开源仅供学习使用,不得用于商业用途以及任何违法用途,否则后果自负,与本人无关。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user