Skip to content

Commit 6ef1b68

Browse files
committed
test
1 parent da9cee5 commit 6ef1b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/portal-api/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func main() {
5151

5252
router.HandleFunc("GET /", func(w http.ResponseWriter, r *http.Request) {
5353
w.WriteHeader(http.StatusOK)
54-
w.Write([]byte("Welcome to BDCOE Portal API server is dockerized up and running"))
54+
w.Write([]byte("Welcome to BDCOE Portal API server is dockerized up and running test"))
5555
})
5656

5757
router.Handle("GET /api/user/test",

0 commit comments

Comments
 (0)