Skip to content

Commit

Permalink
install gtfs ingest error
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Jan 6, 2024
1 parent 8f62976 commit c154a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/http-server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ async fn main() -> std::io::Result<()> {
.service(gettrip)
.service(amtrakproxy)
.service(getinitdata)
.service(gtfsingesterrors)
.service(microtime)
})
.workers(16);
Expand Down

0 comments on commit c154a75

Please sign in to comment.