Skip to content

Commit

Permalink
added subscribed_events route
Browse files Browse the repository at this point in the history
  • Loading branch information
t0nkisa committed Jan 16, 2024
1 parent 8d90476 commit 30f5017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/eventsViaSupabase.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export async function getAllCategories(req, res) {
}

export async function getAuthAllEvents(req, res) {
getAuthDataFrom(req, res, "events");
getAuthDataFrom(req, res, "subscribed_events");
}

export async function getAuthChosenEvents(req, res) {
Expand Down

0 comments on commit 30f5017

Please sign in to comment.