Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit e228792

Browse files
authored
Merge pull request #175 from Bidaya0/main
add version tag
2 parents 684a1f7 + a59ff89 commit e228792

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.ZH_CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DongTai-webapi
22
[![django-project](https://img.shields.io/badge/django%20versions-3.0.3-blue)](https://www.djangoproject.com/)
3-
[![DongTai-project](https://img.shields.io/badge/DongTai%20versions-beta-green)](https://huoxianclub.github.io/LingZhi/)
4-
[![DongTai--webapi](https://img.shields.io/badge/DongTai--webapi-v1.0.5-lightgrey)](https://huoxianclub.github.io/LingZhi/#/doc/tutorial/quickstart)
3+
[![DongTai-project](https://img.shields.io/badge/DongTai%20versions-beta-green)](https://https://github.com/HXSecurity/DongTai)
4+
[![DongTai-webapi](https://img.shields.io/github/v/release/HXSecurity/Dongtai-webapi?label=Dongtai-webapi)](https://github.com/HXSecurity/DongTai-webapi/releases)
55
[![Deploy DongTai WebApi To AWS](https://github.com/HXSecurity/DongTai-webapi/actions/workflows/deploy_webapi_to_aws.yml/badge.svg)](https://github.com/HXSecurity/DongTai-webapi/actions/workflows/deploy_webapi_to_aws.yml)
66

77
[English](README.MD)
@@ -107,4 +107,4 @@ Redoc地址为 `http://<containerip:port>/api/XZPcGFKoxYXScwGjQtJx8u/schema/redo
107107

108108

109109
- [官方文档](https://hxsecurity.github.io/DongTai-Doc/#/)
110-
- [快速体验](http://iast.io)
110+
- [快速体验](https://iast.io)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DongTai-webapi
22
[![django-project](https://img.shields.io/badge/django%20versions-3.0.3-blue)](https://www.djangoproject.com/)
3-
[![DongTai-project](https://img.shields.io/badge/DongTai%20versions-beta-green)](https://huoxianclub.github.io/LingZhi/)
4-
[![DongTai--webapi](https://img.shields.io/badge/DongTai--webapi-v1.0.5-lightgrey)](https://huoxianclub.github.io/LingZhi/#/doc/tutorial/quickstart)
3+
[![DongTai-project](https://img.shields.io/badge/DongTai%20versions-beta-green)](https://https://github.com/HXSecurity/DongTai)
4+
[![DongTai-webapi](https://img.shields.io/github/v/release/HXSecurity/Dongtai-webapi?label=Dongtai-webapi)](https://github.com/HXSecurity/DongTai-webapi/releases)
55
[![Deploy DongTai WebApi To AWS](https://github.com/HXSecurity/DongTai-webapi/actions/workflows/deploy_webapi_to_aws.yml/badge.svg)](https://github.com/HXSecurity/DongTai-webapi/actions/workflows/deploy_webapi_to_aws.yml)
66

77
[中文版本(Chinese version)](README.ZH_CN.md)
@@ -109,4 +109,4 @@ The address is `http://<containerip:port>/api/XZPcGFKoxYXScwGjQtJx8u/schema/`
109109

110110
### More resources
111111
- [Documentation](https://hxsecurity.github.io/DongTai-Doc/#/en-us/)
112-
- [DongTai WebSite](http://iast.io)
112+
- [DongTai WebSite](https://iast.io)

webapi/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def ranstr(num):
311311
'TITLE':
312312
'DongTai WebApi Doc',
313313
'VERSION':
314-
"1.0.3",
314+
"1.1.0",
315315
'PREPROCESSING_HOOKS':
316316
['drf_spectacular.hooks.preprocess_exclude_path_format'],
317317
'URL_FORMAT_OVERRIDE':

0 commit comments

Comments
 (0)