Skip to content

Commit

Permalink
Merge pull request #257 from kaisawind/master
Browse files Browse the repository at this point in the history
fixed: #256 SMA agent operation api 404 not found
  • Loading branch information
cloudxxx8 authored Jul 23, 2020
2 parents ec7a5b6 + fac8a9e commit bb23a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const (
ApiMetricsRoute = "/api/v1/metrics"
ApiNotificationRoute = "/api/v1/notification"
ApiNotifyRegistrationRoute = "/api/v1/notify/registrations"
ApiOperationRoute = "/api/v1/operations"
ApiOperationRoute = "/api/v1/operation"
ApiPingRoute = "/api/v1/ping"
ApiProvisionWatcherRoute = "/api/v1/provisionwatcher"
ApiReadingRoute = "/api/v1/reading"
Expand Down

0 comments on commit bb23a71

Please sign in to comment.