refactor: removed unnecessary code

This commit is contained in:
Marvin Zhang
2024-07-11 12:45:20 +08:00
parent 501d623175
commit 01ced1ec45
69 changed files with 469 additions and 1142 deletions

View File

@@ -3,7 +3,7 @@ package controllers
import (
"github.com/crawlab-team/crawlab/core/constants"
"github.com/crawlab-team/crawlab/core/interfaces"
"github.com/crawlab-team/crawlab/core/models/models"
"github.com/crawlab-team/crawlab/core/models/models/v2"
"github.com/gin-gonic/gin"
)