mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [doc] typo
This commit is contained in:
parent
0a071a5165
commit
32efbfa019
2 changed files with 8 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -31,6 +31,8 @@ var/www/static/
|
|||
!var/www/static/js/trendingchart.js
|
||||
var/www/templates/header.html
|
||||
var/www/submitted
|
||||
var/www/server.crt
|
||||
var/www/server.key
|
||||
|
||||
# Local config
|
||||
bin/packages/config.cfg
|
||||
|
@ -40,6 +42,11 @@ configs/update.cfg
|
|||
update/current_version
|
||||
files
|
||||
|
||||
# Helper
|
||||
bin/helper/gen_cert/rootCA.*
|
||||
bin/helper/gen_cert/server.*
|
||||
|
||||
|
||||
# Pystemon archives
|
||||
pystemon/archives
|
||||
|
||||
|
|
|
@ -327,7 +327,7 @@ curl https://127.0.0.1:7000/api/v1/get/item --header "Authorization: iHc1_ChZxj1
|
|||
|
||||
|
||||
|
||||
### add item tags: `api/v1/add/item/tag`<a name="add_item_tag"></a>
|
||||
### Add item tags: `api/v1/add/item/tag`<a name="add_item_tag"></a>
|
||||
|
||||
#### Description
|
||||
Add tags to an item.
|
||||
|
|
Loading…
Reference in a new issue