Modified endpoints to match new naming convention

This commit is contained in:
Charles
2021-09-01 09:02:20 -04:00
parent 1900a2cc1e
commit ac0398d8f3
40 changed files with 205 additions and 117 deletions

View File

@@ -82,7 +82,7 @@ const DeviceLogs = () => {
axiosInstance
.get(
`${endpoints.ucentralgw}/api/v1/device/${encodeURIComponent(
`${endpoints.owgw}/api/v1/device/${encodeURIComponent(
deviceSerialNumber,
)}/logs${extraParams}`,
options,