패키지 경로 수정
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user