diff options
| author | mo khan <mo@mokhan.ca> | 2025-04-25 16:29:45 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-04-28 09:07:31 -0600 |
| commit | 10acef83528c746abeb597490d516a55b5a0955e (patch) | |
| tree | 16979017ec6579b24afc84fb2ac02301cc7edef3 /app/controllers/sparkles | |
| parent | 6f03359ac68865d31c26c4600d79c3e985f002b4 (diff) | |
fix: render 404 when not logged in
Diffstat (limited to 'app/controllers/sparkles')
| -rw-r--r-- | app/controllers/sparkles/controller.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/sparkles/controller.go b/app/controllers/sparkles/controller.go index 9c319b2..e0da8c4 100644 --- a/app/controllers/sparkles/controller.go +++ b/app/controllers/sparkles/controller.go @@ -7,8 +7,10 @@ import ( "github.com/xlgmokha/x/pkg/mapper" "github.com/xlgmokha/x/pkg/serde" "github.com/xlgmokha/x/pkg/x" + "gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled/app/cfg" "gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled/app/domain" "gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled/app/middleware" + "gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled/app/views" ) type Controller struct { |
