ickerio / cits3403

0 stars 1 forks source link

/get-word endpoint no longer works #37

Closed HenriScaff closed 5 months ago

HenriScaff commented 5 months ago

After merging /auth, getting word from backend has seemed to stop working.

After logging in and navigating to /draw, upon clicking begin, the request fails, error 404.

Currently trying to debug, but struggling...

HenriScaff commented 5 months ago

I believe it's because the current .db file in master branch is not populated with the words from words.txt.

This is probably a good time to get the .db file off the repository and have a testing suited sorted which automatically populates the db with appropriate data. Will close this issue and reference in #33