Back end listens but curl gives 404
ubuntu@devopsllm:~/DevOpsGPT-master$ netstat -nat | grep LISTEN
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:8081 0.0.0.0:* LISTEN <<
but back end gives 404,
ubuntu@devopsllm:~/DevOpsGPT-master$ curl http://127.0.0.1:8081
<!doctype html>
<title>404 Not Found</title>
Not Found
The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
Back end listens but curl gives 404
ubuntu@devopsllm:~/DevOpsGPT-master$ netstat -nat | grep LISTEN
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:8081 0.0.0.0:* LISTEN <<
but back end gives 404,
ubuntu@devopsllm:~/DevOpsGPT-master$ curl http://127.0.0.1:8081
<title>404 Not Found</title><!doctype html>
Not Found
The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.