Skip to content

Commit

Permalink
enable queries to run
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Apr 1, 2024
1 parent dcdf880 commit b5cb23b
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 @@ -407,6 +407,8 @@ async fn main() -> std::io::Result<()> {
.service(nanotime)
.service(chateaus)
.service(metrolinktrackproxy)
.service(shapes_not_bus)
.service(shapes_not_bus_meta)
})
.workers(16);

Expand Down

0 comments on commit b5cb23b

Please sign in to comment.