fix: remove extra params causing 404

This commit is contained in:
2023-01-27 11:04:50 +01:00
parent 9e5aecc16f
commit 3bed130ed7
100 changed files with 111 additions and 136 deletions

View File

@ -12,7 +12,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"github.com/decentral1se/go-kimai/models"
"git.autonomic.zone/knoflook/go-kimai/models"
)
// GetAPIUsersIDReader is a Reader for the GetAPIUsersID structure.

View File

@ -12,7 +12,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"github.com/decentral1se/go-kimai/models"
"git.autonomic.zone/knoflook/go-kimai/models"
)
// GetAPIUsersMeReader is a Reader for the GetAPIUsersMe structure.

View File

@ -12,7 +12,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"github.com/decentral1se/go-kimai/models"
"git.autonomic.zone/knoflook/go-kimai/models"
)
// GetAPIUsersReader is a Reader for the GetAPIUsers structure.

View File

@ -16,7 +16,7 @@ import (
"github.com/go-openapi/strfmt"
"github.com/go-openapi/swag"
"github.com/decentral1se/go-kimai/models"
"git.autonomic.zone/knoflook/go-kimai/models"
)
// NewPatchAPIUsersIDParams creates a new PatchAPIUsersIDParams object,

View File

@ -12,7 +12,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"github.com/decentral1se/go-kimai/models"
"git.autonomic.zone/knoflook/go-kimai/models"
)
// PatchAPIUsersIDReader is a Reader for the PatchAPIUsersID structure.

View File

@ -15,7 +15,7 @@ import (
cr "github.com/go-openapi/runtime/client"
"github.com/go-openapi/strfmt"
"github.com/decentral1se/go-kimai/models"
"git.autonomic.zone/knoflook/go-kimai/models"
)
// NewPostAPIUsersParams creates a new PostAPIUsersParams object,

View File

@ -12,7 +12,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"github.com/decentral1se/go-kimai/models"
"git.autonomic.zone/knoflook/go-kimai/models"
)
// PostAPIUsersReader is a Reader for the PostAPIUsers structure.