diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-10-23 08:10:13 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-10-23 08:10:13 -0400 |
commit | 00c71f6baff136a88805ca2e3f9ef72453ac9f35 (patch) | |
tree | 49db87097f949edce1f6639ba4118cff852e3937 /dichroism/src/main.rs | |
parent | 5cb0869b94fc8b9aff564055af9a60046de7b028 (diff) | |
download | theglassyladies-00c71f6baff136a88805ca2e3f9ef72453ac9f35.tar.xz theglassyladies-00c71f6baff136a88805ca2e3f9ef72453ac9f35.zip |
moved entities under repo; photos now hold onto just the filename
Diffstat (limited to 'dichroism/src/main.rs')
-rw-r--r-- | dichroism/src/main.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dichroism/src/main.rs b/dichroism/src/main.rs index 5ecd9a4..c255717 100644 --- a/dichroism/src/main.rs +++ b/dichroism/src/main.rs @@ -14,11 +14,10 @@ use result::Result; mod config; mod constants; mod dtos; -mod entities; mod error; mod handlers; mod models; -mod product_repo; +mod repo; mod result; mod schema; mod types; |