From 9d2b6ee10ec5359cc91769d430485c8c869ba1a8 Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 24 Dec 2020 10:51:40 +0530 Subject: monorepo --- backend/src/handlers/mod.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 backend/src/handlers/mod.rs (limited to 'backend/src/handlers/mod.rs') diff --git a/backend/src/handlers/mod.rs b/backend/src/handlers/mod.rs new file mode 100644 index 0000000..9416857 --- /dev/null +++ b/backend/src/handlers/mod.rs @@ -0,0 +1,5 @@ +pub mod cart_items; +pub mod product; +pub mod rating; +pub mod smoke; +pub mod users; -- cgit v1.2.3