Skip to content

Commit

Permalink
enable bus stops meta
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Apr 2, 2024
1 parent 36112ed commit 94d4049
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/birch/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,8 @@ async fn main() -> std::io::Result<()> {
.service(irvinevehproxy)
.service(routesofchateau)
.service(barebones_trip)
.service(bus_stops_meta)
.service(bus_stops)
})
.workers(16);

Expand Down

0 comments on commit 94d4049

Please sign in to comment.