♻️ Moved account-based post to publisher-based post
This commit is contained in:
9
pkg/internal/http/api/publishers_api.go
Normal file
9
pkg/internal/http/api/publishers_api.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package api
|
||||
|
||||
import (
|
||||
"github.com/gofiber/fiber/v2"
|
||||
)
|
||||
|
||||
func getPublisher(c *fiber.Ctx) error {
|
||||
panic("TODO")
|
||||
}
|
Reference in New Issue
Block a user