Skip to content

Commit e740e5f

Browse files
committed
优化模版
1 parent 263007e commit e740e5f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docapi/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from docapi.docapi import DocAPI
1010

1111

12-
VERSION = '0.1.4'
12+
VERSION = '0.1.5'
1313

1414

1515
class Main:

docapi/template/flask_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ curl -X GET 'http://API_BASE/users/list?grade=3' \
6666
```python
6767
import requests
6868

69-
url = 'http://localhost:API_BASE/users/list'
69+
url = 'http://API_BASE/users/list'
7070
headers = {{'API-KEY': 'your_api_key'}}
7171
params = {{'grade': '3'}}
7272

docapi/template/flask_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ curl -X GET 'http://API_BASE/users/list?grade=3' \
6666
```python
6767
import requests
6868

69-
url = 'http://localhost:API_BASE/users/list'
69+
url = 'http://API_BASE/users/list'
7070
headers = {{'API-KEY': 'your_api_key'}}
7171

7272
params = {{'grade': '3'}}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "docapi"
3-
version = "1.0.4"
3+
version = "1.0.5"
44
description = "DocAPI is a Python package that automatically generates API documentation using LLMs. It currently supports Flask and Django frameworks."
55
authors = ["zhangshulin <zhangslwork@yeah.net>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)