yaml 상에 문제가 없어 보입니다만
강사님과 결과가 반대로 나와요.
root@http-go-84df7cf8df-8hm9g:/usr/src/app# curl 127.0.0.1:8080 Welcome! http-go-84df7cf8df-8hm9g root@http-go-84df7cf8df-8hm9g:/usr/src/app# curl 127.0.0.1:8080/welcome/test 404 page not found
user01@master0:~/yaml$ curl 127.0.0.1:30914 <html> <head><title>404 Not Found</title></head> <body> <center><h1>404 Not Found</h1></center> <hr><center>nginx</center> </body> </html> user01@master0:~/yaml$ curl 127.0.0.1:30914/welcome/test 404 page not found