We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805c348 commit 0b4367aCopy full SHA for 0b4367a
1 file changed
src/main.rs
@@ -31,8 +31,7 @@ fn rocket() -> _ {
31
routes![
32
index::index,
33
index::random_site,
34
- index::raytrace,
35
- index::snow
+ index::raytrace
36
],
37
)
38
.mount("/api", routes![api::index, api::patch_location])
0 commit comments