$ curl -X GET localhost:5098/api/v1/projects # show all projects
$ curl -X POST localhost:5098/api/v1/projects # create a new project
I get an internal server error.
If I do it the other way around, it works. This suggests that there's an issue with the GET call if no projects exist. This should be fixed to simply return an empty list.
When starting the service any locally and calling
I get an internal server error.
If I do it the other way around, it works. This suggests that there's an issue with the GET call if no projects exist. This should be fixed to simply return an empty list.