Skip to content

Back end listens but curl gives 404 #110

@swami-gk

Description

@swami-gk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions