You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pg module is what allows you to connect to PostgreSQL, you need a pg when you're establishing that connection, in your router.js you're not establishing that connection.
The text was updated successfully, but these errors were encountered:
w6_Stop_Go_Cont/src/router.js
Line 3 in 3cf9b40
pg
module is what allows you to connect to PostgreSQL, you need apg
when you're establishing that connection, in yourrouter.js
you're not establishing that connection.The text was updated successfully, but these errors were encountered: