패키지 경로 수정

This commit is contained in:
2023-05-22 02:13:03 +09:00
parent 0090e645b6
commit 84e09204c3
12 changed files with 109 additions and 121 deletions

View File

@ -2,13 +2,15 @@ package server
import (
"encoding/json"
"go-ayo/logger"
"houston/shared"
"io"
"net/http"
"os"
"path"
"time"
"repositories.action2quare.com/ayo/go-ayo/logger"
"repositories.action2quare.com/ayo/houston/shared"
)
func (h *houstonHandler) GetAgents(w http.ResponseWriter, r *http.Request) {