Skip to content

Commit 95a15c7

Browse files
committed
cicd testing
1 parent fd7aa33 commit 95a15c7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

cmd/portal-api/main.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,7 @@ func main() {
4444

4545
router.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
4646
w.WriteHeader(http.StatusOK)
47-
w.Write([]byte("Welcome to BDCOE Portal API"))
48-
})
49-
50-
router.HandleFunc("GET /", func(w http.ResponseWriter, r *http.Request) {
51-
w.Write([]byte("Hello krish this side and server is up and running "))
47+
w.Write([]byte("Welcome to BDCOE Portal API server is dockerized up and running"))
5248
})
5349

5450
router.HandleFunc("POST /api/signup",users.New(storage))

0 commit comments

Comments
 (0)