Fixed issues with renamed module.

This commit is contained in:
2024-12-31 03:40:07 -07:00
parent b4e9727e8c
commit 974fa024a1
8 changed files with 39 additions and 35 deletions
+1 -1
View File
@@ -5,8 +5,8 @@ import (
"github.com/gorilla/mux"
"github.com/patrickmn/go-cache"
"github.com/urfave/cli/v2"
"go-opds-pse/app/routes"
"net/http"
"opds-pse-server/app/routes"
"time"
)