Move /api/network to /api/ftl/network

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2023-01-02 20:37:50 +01:00
parent cde28a0dca
commit 507df1c157
8 changed files with 218 additions and 169 deletions
+1 -1
View File
@@ -53,9 +53,9 @@ int get_system_obj(struct ftl_conn *api, cJSON *system);
int api_ftl_config(struct ftl_conn *api);
int api_ftl_gateway(struct ftl_conn *api);
int api_ftl_interfaces(struct ftl_conn *api);
int api_ftl_network(struct ftl_conn *api);
// Network methods
int api_network(struct ftl_conn *api);
// DNS methods
int api_dns_blocking(struct ftl_conn *api);