Skip to content

Commit

Permalink
Merge pull request #551 from pycontw/fix-json-server-routes
Browse files Browse the repository at this point in the history
fix(dev): json-server does not return correct speech data
  • Loading branch information
SivanYeh authored Jul 11, 2024
2 parents a2d9fe6 + ccb2e3c commit 328e6e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"/api/sponsors/jobs/": "/jobs",
"/api/events/keynotes/": "/keynotes",
"/api/events/speeches/\\?event_types=:event_type": "/speeches/?event_type=:event_type",
"/api/events/speeches/category/:category": "/speeches/?category=:category",
"/api/events/speeches/:event_type/:id": "/speeches/?event_type=:event_type&id=:id&singular=1",
"/api/events/schedule": "/schedules",
"/api/events/speeches/category/:category": "/speeches/?category=:category"
"/api/events/schedule": "/schedules"
}

0 comments on commit 328e6e6

Please sign in to comment.