News getter api

This commit is contained in:
2025-01-25 22:15:35 +08:00
parent a006e15682
commit d91192a11a
3 changed files with 47 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ package api
import (
"git.solsynth.dev/hypernet/nexus/pkg/nex/sec"
"git.solsynth.dev/hypernet/reader/pkg/internal/services"
"github.com/gofiber/fiber"
"github.com/gofiber/fiber/v2"
)
func adminTriggerScanTask(c *fiber.Ctx) error {