1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

api: cleanup ‚nodes‘ action

This commit is contained in:
Steffen Vogel 2017-05-28 19:16:10 +02:00
parent 7103b2a4de
commit bb773ac763

View file

@ -29,8 +29,6 @@
#include "api.h"
extern struct list nodes;
static int api_nodes(struct api_action *r, json_t *args, json_t **resp, struct api_session *s)
{
json_t *json_nodes = json_array();