🎉 Initial Commit of Ring

This commit is contained in:
2025-12-13 22:51:11 +08:00
parent aed5d53f9e
commit 445363406b
47 changed files with 31140 additions and 48 deletions

View File

@@ -0,0 +1,7 @@
package routes
import "github.com/gofiber/fiber/v3"
func CreatePushSubscription(c fiber.Ctx) error {
return c.JSON(fiber.Map{})
}