mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui.git
synced 2025-11-02 03:37:50 +00:00
Hotfix for eventqueue url
This commit is contained in:
@@ -29,7 +29,7 @@ const EventQueueModal = ({ show, toggle }) => {
|
|||||||
|
|
||||||
axiosInstance
|
axiosInstance
|
||||||
.post(
|
.post(
|
||||||
`${endpoints.ucentralgw}/api/v1/devisdfgce/${deviceSerialNumber}/eventqueue`,
|
`${endpoints.ucentralgw}/api/v1/device/${deviceSerialNumber}/eventqueue`,
|
||||||
parameters,
|
parameters,
|
||||||
options,
|
options,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user