From 91f953156e0cf2aea5f4496418d5b5e11274fa77 Mon Sep 17 00:00:00 2001 From: Kalle Carlbark Date: Wed, 9 Feb 2022 10:36:00 +0100 Subject: [PATCH] slash issue? --- platforms.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms.go b/platforms.go index 8eba233..522e73f 100644 --- a/platforms.go +++ b/platforms.go @@ -72,7 +72,7 @@ type PlatformFilter struct { Limit int64 `schema:"limit,omitempty"` } -const platformsPath = dcimPath + "/platforms/" +const platformsPath = dcimPath + "/platforms" // List platforms. PlatformFilter is used to list based on filter queries. func (s *PlatformsService) List(ctx context.Context, f *PlatformFilter) (*Platforms, error) {