forked from lucaspatenaude/ScoreSpot
login feature is fully complete, testing is required, favorite teams database is fully functioning
This commit is contained in:
@@ -15,7 +15,7 @@ const fetchClubsData = async (req, res, next) => {
|
||||
|
||||
// Extract relevant data from the API response
|
||||
const clubData = response.data;
|
||||
res.locals.user = users
|
||||
// res.locals.user = users
|
||||
// Attach the data to res.locals
|
||||
res.locals.club = {
|
||||
area: {
|
||||
|
||||
Reference in New Issue
Block a user