add: tag post endpoint
This commit is contained in:
parent
7371c9a84e
commit
505faa6df2
4 changed files with 60 additions and 2 deletions
include/endpoints
|
@ -6,6 +6,9 @@
|
|||
void
|
||||
api_v1_tags_GET(struct mg_connection *nc, struct http_message *hm, endpoint_args_t *args, endpoint_response_t *response);
|
||||
|
||||
void
|
||||
api_v1_tags_POST(struct mg_connection *nc, struct http_message *hm, endpoint_args_t *args, endpoint_response_t *response);
|
||||
|
||||
void
|
||||
api_v1_tags_STR_GET(struct mg_connection *nc, struct http_message *hm, endpoint_args_t *args, endpoint_response_t *response);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue