When I run a service myself, I execute ```shell curl -v -H "Content-type: application/pdf" --data-binary @paper.pdf "http://localhost:8080" ``` The returned result prompts me "Method not allowed"
When I run a service myself, I execute
The returned result prompts me "Method not allowed"