diff options
| author | Fuwn <[email protected]> | 2022-06-08 19:55:54 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-08 19:55:54 -0700 |
| commit | 9811fc16b0087b2c091581601ebd79be982f16d1 (patch) | |
| tree | a75f6bb2d089665caadd39caa5d26322e262b339 /src/modules/static.rs | |
| parent | deps(windmark): 0.1.14 -> 0.1.15 (diff) | |
| download | locus-9811fc16b0087b2c091581601ebd79be982f16d1.tar.xz locus-9811fc16b0087b2c091581601ebd79be982f16d1.zip | |
feat(robots): dynamic robots.txt module
Diffstat (limited to 'src/modules/static.rs')
| -rw-r--r-- | src/modules/static.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modules/static.rs b/src/modules/static.rs index 07a7cb3..13a63f3 100644 --- a/src/modules/static.rs +++ b/src/modules/static.rs @@ -22,11 +22,6 @@ pub fn module(router: &mut windmark::Router) { batch_mount!( "files", router, - ( - "/robots.txt", - "Crawler traffic manager, for robots, not humans", - "robots.txt" - ), ("/favicon.txt", "This Gemini capsule's icon", "favicon.txt"), ); |