Refactor internal services to use agent-desk package structure
- Updated import paths in multiple service files to reflect the new agent-desk module. - Added a new configuration file for agent-desk in the Docker setup.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package bootstrap
|
||||
|
||||
import (
|
||||
"cs-ai-agent/internal/handlers/api"
|
||||
"cs-ai-agent/internal/handlers/dashboard"
|
||||
"cs-ai-agent/internal/handlers/third"
|
||||
"agent-desk/internal/handlers/api"
|
||||
"agent-desk/internal/handlers/dashboard"
|
||||
"agent-desk/internal/handlers/third"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user