mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
Move /api/network to /api/ftl/network
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user