Currently we have a PUT request to /frisbee/user/home which stores users home chapter. I doesn't actually work. Even if it works, we currently don't use it.
First we should remove frisbee name from the endpoint.
Second, we should have a GET request to read the value.
Currently we have a
PUT
request to/frisbee/user/home
which stores users home chapter. I doesn't actually work. Even if it works, we currently don't use it.frisbee
name from the endpoint.GET
request to read the value.