Typo and/or bug: Strange API path including #
|
|
What does the # in the `/api/v1/projects/#{id}/activity` do? |
|
|
There was a mix up of two problems. I had a wrong path concatenated /api/v1/projects/{id}/activityjson without the dot between activity and json. This returned the whole unfuddle webpage!!! which it probably shouldn’t! And the # must definitely be a typo. |
