🎉 Initial Commit of Ring
This commit is contained in:
7
pkg/ring/routes/notification_api.go
Normal file
7
pkg/ring/routes/notification_api.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package routes
|
||||
|
||||
import "github.com/gofiber/fiber/v3"
|
||||
|
||||
func CreatePushSubscription(c fiber.Ctx) error {
|
||||
return c.JSON(fiber.Map{})
|
||||
}
|
||||
Reference in New Issue
Block a user