mirror of https://github.com/usememos/memos.git
chore: rename http getter package (#1349)
This commit is contained in:
parent
89053e86b3
commit
8d88477538
|
|
@ -6,7 +6,7 @@ import (
|
|||
"net/url"
|
||||
|
||||
"github.com/labstack/echo/v4"
|
||||
getter "github.com/usememos/memos/plugin/http_getter"
|
||||
getter "github.com/usememos/memos/plugin/http-getter"
|
||||
)
|
||||
|
||||
func registerGetterPublicRoutes(g *echo.Group) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue