diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-31 22:21:19 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-31 22:21:19 -0500 |
commit | d9125314809e7f03cb155f91d535e94da583a365 (patch) | |
tree | f34bc2e978d5e79f0dc62aa7a5faa8f096b46dc5 /src/api/mod.rs | |
parent | fix admin (diff) | |
download | xssbook-d9125314809e7f03cb155f91d535e94da583a365.tar.gz xssbook-d9125314809e7f03cb155f91d535e94da583a365.tar.bz2 xssbook-d9125314809e7f03cb155f91d535e94da583a365.zip |
custosm avatars and banners
Diffstat (limited to 'src/api/mod.rs')
-rw-r--r-- | src/api/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/mod.rs b/src/api/mod.rs index d36b127..adc19d7 100644 --- a/src/api/mod.rs +++ b/src/api/mod.rs @@ -8,6 +8,7 @@ pub mod auth; pub mod pages; pub mod posts; pub mod users; +pub mod image; pub fn router() -> Router { let governor_conf = Box::new( |