diff options
| author | Fuwn <[email protected]> | 2023-04-03 03:05:27 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-03 03:05:27 +0000 |
| commit | 3026e341f871ffdaa7b6a69703ca63eef2b67fd7 (patch) | |
| tree | ecdaf57aa6e39cdfc56659813d6b65335f6f512e /src/lib.rs | |
| parent | refactor(handler): move traits (diff) | |
| download | windmark-3026e341f871ffdaa7b6a69703ca63eef2b67fd7.tar.xz windmark-3026e341f871ffdaa7b6a69703ca63eef2b67fd7.zip | |
refactor(returnable): seperate contexts
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ pub mod handler; pub mod module; pub mod response; -pub mod returnable; +pub mod context; pub mod router; pub mod utilities; |