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