Skip to content

Commit

Permalink
renamed event categories table
Browse files Browse the repository at this point in the history
  • Loading branch information
t0nkisa committed Jan 15, 2024
1 parent c62b08f commit 8d90476
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 @@ -8,7 +8,7 @@ export async function getChosenEvent(req, res) {
getDataFrom(req, res, "events", req.params.id);
};
export async function getAllCategories(req, res) {
getDataFrom(req, res, "event-categories");
getDataFrom(req, res, "event_categories");
}

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

0 comments on commit 8d90476

Please sign in to comment.