bartongroup / slivka

http://bartongroup.github.io/slivka/
Apache License 2.0
7 stars 3 forks source link

Cannot submit example job #110

Closed mukhyala closed 3 years ago

mukhyala commented 3 years ago

I was able to start the server but trying to submit the example job results in a 405 Method Not Allowed error.

GET on http://:4040/api/services/example works but curl -d"arg=hello world" http://<hostname>:4040/api/services/example returns a 405.

Any ideas?

mukhyala commented 3 years ago

resubmitted as a new issue