Change go-rimgu to rimgo

This commit is contained in:
video-prize-ranch
2022-01-17 17:34:05 -05:00
parent 34f09c36fb
commit 33e6c58ba3
4 changed files with 21 additions and 22 deletions

View File

@@ -1,9 +1,8 @@
package pages
import (
"codeberg.org/video-prize-ranch/go-rimgu/api"
"codeberg.org/video-prize-ranch/rimgo/api"
"github.com/gofiber/fiber/v2"
)
func HandleAlbum(c *fiber.Ctx) error {