Skip to content

Commit 0b4367a

Browse files
authored
Update main.rs
1 parent 805c348 commit 0b4367a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ fn rocket() -> _ {
3131
routes![
3232
index::index,
3333
index::random_site,
34-
index::raytrace,
35-
index::snow
34+
index::raytrace
3635
],
3736
)
3837
.mount("/api", routes![api::index, api::patch_location])

0 commit comments

Comments
 (0)