Session config moved to it's own file and attached to app.js

This commit is contained in:
2024-05-29 01:05:34 -05:00
parent b8e4fa5473
commit 32fc1ff745
2 changed files with 4 additions and 34 deletions

View File

@@ -13,11 +13,11 @@
></script>
<!-- Homepage Scripts -->
<script src="/routes/league-pages/redirect-to-league-url.js"></script>
<script src="/src/routes/league-pages/redirect-to-league-url.js"></script>
<!-- League Pages Scripts -->
<script src="/js/league-page/change-goal-difference-color.js"></script>
<script src="/routes/club-pages/redirect-to-club-url.js"></script>
<script src="/src/routes/club-pages/redirect-to-club-url.js"></script>
<!-- Club Pages Scripts -->
<script src="/js/club-page/favorite-button.js"></script>