yuvipanda / notebooksharing.space

BSD 3-Clause "New" or "Revised" License
84 stars 10 forks source link

Update for newer fastapi #46

Closed yuvipanda closed 7 months ago

yuvipanda commented 7 months ago

Apparently newer versions of fastapi don't like root_path being explicitly set like this, and will just redirect the user to // from / and kinda fail.

Also will teach me to use requirements.in vs requirements.txt