refactor: update import paths from ppanel-server to server

This commit is contained in:
Chang lue Tsen
2025-04-25 15:09:31 +09:00
parent 52063049c5
commit 34c09c4618
679 changed files with 2985 additions and 2992 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ import (
"errors"
"fmt"
"github.com/perfect-panel/ppanel-server/internal/config"
"github.com/perfect-panel/ppanel-server/pkg/cache"
"github.com/perfect-panel/server/internal/config"
"github.com/perfect-panel/server/pkg/cache"
"github.com/redis/go-redis/v9"
"gorm.io/gorm"
)