benzend / goalboard-collab

0 stars 1 forks source link

Fix our Router functionality #42

Closed benzend closed 5 months ago

benzend commented 5 months ago

Our router wasn't assigning to the r.routes map correctly. It wasn't registering our Post requests, or any request that wasn't assigned by initialization within the map due to not knowing how Go maps work.

PS: Added goal model to handle db querying for goals while I was at it