mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-01-07 22:47:22 +03:00
9 lines
122 B
Go
9 lines
122 B
Go
|
package websvc
|
||
|
|
||
|
// Path constants
|
||
|
const (
|
||
|
PathHealthCheck = "/health-check"
|
||
|
|
||
|
PathV1SystemInfo = "/api/v1/system/info"
|
||
|
)
|