slash issue?

This commit is contained in:
Kalle Carlbark 2022-02-09 10:36:00 +01:00
parent 517376dd91
commit 91f953156e
No known key found for this signature in database

View file

@ -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) {