slash issue?
This commit is contained in:
parent
517376dd91
commit
91f953156e
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue