genomic-medicine-sweden / docker-sc2reporter

Dockerized version of the sc2reporter program.
GNU General Public License v2.0
0 stars 1 forks source link

Remove trailing slashes from front end requests #117

Closed Fattigman closed 1 year ago

Fattigman commented 1 year ago

When doing calls to the backend, refrain from ending your call with trailing slashes.

FastAPI has a weird behaviour that it tries to redirect when it find trailing slashes. I tried to fix it with #101 but it just introduced new bugs #110 and #109.

So I will do rollback and in the end you shouldnt end your calls with trailing slashes.

Fattigman commented 1 year ago

I was wrong, it should end with trailing slashes

moedarrah commented 1 year ago

Done!