Skip to content

Commit 5cd4f10

Browse files
committed
增加api文档说明
1 parent cbebf01 commit 5cd4f10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pywxdump/api/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ def start_server(port=5000, online=False, debug=False, isopenBrowser=True,
192192
server_loger.info(f"启动flask服务,host:port:{host}:{port}")
193193
print("[+] 请使用浏览器访问 http://127.0.0.1:5000/ 查看聊天记录")
194194
global app
195+
print("[+] 如需查看api文档,请访问 http://127.0.0.1:5000/docs ")
195196
app = gen_fastapi_app(file_handler)
196197
uvicorn.run(app=app, host=host, port=port, reload=debug, log_level="info", workers=1, env_file=env_file)
197198

0 commit comments

Comments
 (0)