* client: rename constant

This commit is contained in:
Ildar Kamalov
2019-04-05 14:32:56 +03:00
parent fa5ff053b7
commit b6ae539c36
2 changed files with 8 additions and 8 deletions

View File

@@ -158,7 +158,7 @@ export const UNSAFE_PORTS = [
export const ALL_INTERFACES_IP = '0.0.0.0';
export const RESPONSE_STATUS = {
export const DHCP_STATUS_RESPONSE = {
YES: 'yes',
NO: 'no',
ERROR: 'error',