mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-14 15:16:09 -05:00
Fix error when generating maps Closes #1543
This commit is contained in:
@@ -71,7 +71,10 @@ module.exports = {
|
||||
"/calendar/:id/report-winners",
|
||||
"features/calendar/routes/calendar.$id.report-winners.tsx",
|
||||
);
|
||||
route("/map-pool-events", "features/calendar/routes/map-pool-events.ts");
|
||||
route(
|
||||
"/calendar/map-pool-events",
|
||||
"features/calendar/routes/map-pool-events.ts",
|
||||
);
|
||||
|
||||
route("/maps", "features/map-list-generator/routes/maps.tsx");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user