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"
)
// GetAPIKiosksIDReader is a Reader for the GetAPIKiosksID 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"
)
// GetAPIKiosksReader is a Reader for the GetAPIKiosks structure.