Skip to content

Commit

Permalink
Fixed missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
SebiWrn committed Aug 9, 2024
1 parent b225b9f commit e232d60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/admin.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import (
"github.com/getsentry/sentry-go"
"github.com/gin-gonic/gin"
"gorm.io/gorm"
"net/http"
"regexp"
)

// AdminPage serves all administration pages. todo: refactor into multiple methods
Expand Down

0 comments on commit e232d60

Please sign in to comment.