GrafeasGroup / blossom

The website. The app. The everything.
6 stars 3 forks source link

Fix url parameter of find endpoint not being extracted properly #232

Closed TimJentzsch closed 2 years ago

TimJentzsch commented 2 years ago

Relevant issue: N/A

Description:

While the /find/ endpoint was finally visible, it always returned an error response. Turns out that the url query parameter wasn't extracted properly so the value was always None.

I more or less tested it on the local setup so it should actually work now (hopefully).

Additionally, this fixes some types and makes the url parameter required.

Checklist: