4IRL / urls4irl

Sharing URL's with friends.
3 stars 0 forks source link

Create singleton containing flask defined routes for frontend #150

Closed GPropersi closed 9 months ago

GPropersi commented 9 months ago

Creates a singleton routes that is visible by all JavaScript files in the frontend. This singleton contains properties that return all available routes. These routes are dynamically generated by flask through jinja2, so any route changes on the backend flask will carry through to the singleton.

Closes #149