mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-05-01 05:31:38 +03:00
Send dhcp/find_active_dhcp as POST request
This commit is contained in:
parent
d46b65f982
commit
a74c2248fb
3 changed files with 4 additions and 4 deletions
client/src/api
|
@ -306,7 +306,7 @@ export default class Api {
|
|||
// DHCP
|
||||
DHCP_STATUS = { path: 'dhcp/status', method: 'GET' };
|
||||
DHCP_SET_CONFIG = { path: 'dhcp/set_config', method: 'POST' };
|
||||
DHCP_FIND_ACTIVE = { path: 'dhcp/find_active_dhcp', method: 'GET' };
|
||||
DHCP_FIND_ACTIVE = { path: 'dhcp/find_active_dhcp', method: 'POST' };
|
||||
|
||||
getDhcpStatus() {
|
||||
const { path, method } = this.DHCP_STATUS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue