mirror of https://github.com/CIRCL/AIL-framework
fix: [doc] typo
parent
0a071a5165
commit
32efbfa019
|
@ -31,6 +31,8 @@ var/www/static/
|
||||||
!var/www/static/js/trendingchart.js
|
!var/www/static/js/trendingchart.js
|
||||||
var/www/templates/header.html
|
var/www/templates/header.html
|
||||||
var/www/submitted
|
var/www/submitted
|
||||||
|
var/www/server.crt
|
||||||
|
var/www/server.key
|
||||||
|
|
||||||
# Local config
|
# Local config
|
||||||
bin/packages/config.cfg
|
bin/packages/config.cfg
|
||||||
|
@ -40,6 +42,11 @@ configs/update.cfg
|
||||||
update/current_version
|
update/current_version
|
||||||
files
|
files
|
||||||
|
|
||||||
|
# Helper
|
||||||
|
bin/helper/gen_cert/rootCA.*
|
||||||
|
bin/helper/gen_cert/server.*
|
||||||
|
|
||||||
|
|
||||||
# Pystemon archives
|
# Pystemon archives
|
||||||
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
|
#### Description
|
||||||
Add tags to an item.
|
Add tags to an item.
|
||||||
|
|
Loading…
Reference in New Issue