world-scribe-2-desktop
world-scribe-2-desktop copied to clipboard
Refactor all backend API calls to use apiHelper
In #7, an apiHelper
was added to centralize API calls to world-scribe-2-server in a single file.
We should add more functions to this file to cover all API calls. Then, refactor the React code to use apiHelper
everywhere.