diff options
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 7ef2597..373223c 100644 --- a/src/main.rs +++ b/src/main.rs | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | use std::env; | 1 | use std::env; |
| 2 | use warp::Filter; | 2 | use warp::Filter; |
| 3 | 3 | ||
| 4 | mod custom_filters; | ||
| 5 | mod handlers; | 4 | mod handlers; |
| 5 | mod custom_filters; | ||
| 6 | mod routes; | 6 | mod routes; |
| 7 | mod schema; | 7 | mod schema; |
| 8 | // mod validators; | 8 | // mod validators; |
