diff options
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index fe2589a..560225e 100644 --- a/src/main.rs +++ b/src/main.rs | |||
| @@ -2,6 +2,7 @@ mod api; | |||
| 2 | mod auth; | 2 | mod auth; |
| 3 | mod error; | 3 | mod error; |
| 4 | mod extract; | 4 | mod extract; |
| 5 | pub mod models; | ||
| 5 | mod response; | 6 | mod response; |
| 6 | mod routers; | 7 | mod routers; |
| 7 | mod state; | 8 | mod state; |
