Skip to content

Commit

Permalink
Merge pull request #39 from a-ajith/issue-362-fix
Browse files Browse the repository at this point in the history
Issue-362: Route missing for PATCHing fabric port
  • Loading branch information
a-ajith authored Feb 1, 2021
2 parents 1246a68 + 3c6b31f commit c8298fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions svc-api/router/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ func Router() *iris.Application {
fabrics.Patch("/{id}/Zones/{zone_uuid}", fab.UpdateFabricResource)
fabrics.Patch("/{id}/Endpoints/{endpoint_uuid}", fab.UpdateFabricResource)
fabrics.Patch("/{id}/AddressPools/{addresspool_uuid}", fab.UpdateFabricResource)
fabrics.Patch("/{id}/Switches/{switchID}/Ports/{port_uuid}", fab.UpdateFabricResource)
fabrics.Delete("/{id}/Zones/{zone_uuid}", fab.DeleteFabricResource)
fabrics.Delete("/{id}/Endpoints/{endpoint_uuid}", fab.DeleteFabricResource)
fabrics.Delete("/{id}/AddressPools/{addresspool_uuid}", fab.DeleteFabricResource)
Expand Down

0 comments on commit c8298fe

Please sign in to comment.