mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
@@ -78,6 +78,7 @@ static struct {
|
||||
{ "/api/network/interfaces", "", api_network_interfaces, { false, 0 }, true, HTTP_GET },
|
||||
{ "/api/network/devices", "", api_network_devices, { false, 0 }, true, HTTP_GET },
|
||||
{ "/api/endpoints", "", api_endpoints, { false, 0 }, true, HTTP_GET },
|
||||
{ "/api/teleporter", "", api_teleporter, { false, 0 }, false, HTTP_GET | HTTP_POST },
|
||||
{ "/api/docs", "", api_docs, { false, 0 }, false, HTTP_GET },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user