diff options
author | Melody Horn / boringcactus <melody@boringcactus.com> | 2021-06-13 10:19:13 -0600 |
---|---|---|
committer | Melody Horn / boringcactus <melody@boringcactus.com> | 2021-06-13 10:19:13 -0600 |
commit | 109966b7e365423bce83b78004eb1c21b7892940 (patch) | |
tree | b254d5ec7e53de15e88319d381fce530e422d97a /src/urls | |
parent | 4c8940569e5729213b7eee6f3d5be39b745b697b (diff) | |
download | tosin-109966b7e365423bce83b78004eb1c21b7892940.tar.gz tosin-109966b7e365423bce83b78004eb1c21b7892940.zip |
break a few things out of folders
Diffstat (limited to 'src/urls')
-rw-r--r-- | src/urls/mod.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/urls/mod.rs b/src/urls/mod.rs deleted file mode 100644 index 45720b6..0000000 --- a/src/urls/mod.rs +++ /dev/null @@ -1,5 +0,0 @@ -pub use warp::path; - -use crate::http::Response; - -pub type UrlMap = warp::filters::BoxedFilter<(Response,)>; |