mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2025-12-12 06:39:38 +05:00
small fixes
This commit is contained in:
@@ -93,7 +93,7 @@ type Export struct {
|
||||
Preferences *cfg.Preferences `json:",omitempty"`
|
||||
}
|
||||
|
||||
func Load(r fiber.Router) {
|
||||
func Load(r *fiber.App) {
|
||||
r.Get("/_/preferences", func(c fiber.Ctx) error {
|
||||
p, err := Get(c)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user