From 014863012277c957276e804fd674b40f2bbcb770 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 11 Nov 2022 02:11:18 +0100 Subject: [PATCH] Create `POST /board/` --- .idea/inspectionProfiles/Project_Default.xml | 1 + Cargo.lock | 113 ++++++++++++++++++- Cargo.toml | 8 +- src/main.rs | 60 +++------- src/routes/board.rs | 101 +++++++++++++++++ src/routes/home.rs | 55 +++++++++ src/routes/mod.rs | 2 + 7 files changed, 291 insertions(+), 49 deletions(-) create mode 100644 src/routes/board.rs create mode 100644 src/routes/home.rs create mode 100644 src/routes/mod.rs diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 146ab09..0385f24 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,6 +1,7 @@