From b1c45640a72300433800c8370657335616f8c541 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Fri, 2 Apr 2021 18:23:45 -0400 Subject: replaced mongo with sled, added some basic functional google oauth2 code --- src/templates/mod.rs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/templates/mod.rs') diff --git a/src/templates/mod.rs b/src/templates/mod.rs index 1a594fb..3a6eb2b 100644 --- a/src/templates/mod.rs +++ b/src/templates/mod.rs @@ -1 +1,9 @@ pub static INDEX_T: &str = include_str!("index.html"); +pub static LOGIN_T: &str = include_str!("login.html"); +pub const CATALOG_L: &str = "/#menu"; +pub const PARTS_L: &str = "/parts"; +pub const PARTS_CSV_L: &str = "/parts.csv"; +pub const CARS_L: &str = "/cars"; +pub const CARS_CSV_L: &str = "/cars.csv"; +pub const SUGGESTIONS_L: &str = "/suggestions"; +pub const LOGIN_L: &str = "/login"; -- cgit v1.2.3