I added a new route to handle redirection based on an election ID. This route captures the ID from the URL to fetch election details from the database.
Changes
Defined a route that takes an election ID from the URL.
Redirected the user to a specific page based on the election ID.
Notes
In addition to creating the route task, I configured the environment variable.
Description
I added a new route to handle redirection based on an election ID. This route captures the ID from the URL to fetch election details from the database.
Changes
Notes
Board issue