summaryrefslogtreecommitdiffstats
path: root/src/routes/admin.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/admin.rs')
-rw-r--r--src/routes/admin.rs11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/routes/admin.rs b/src/routes/admin.rs
new file mode 100644
index 0000000..98cb954
--- /dev/null
+++ b/src/routes/admin.rs
@@ -0,0 +1,11 @@
+use poem::handler;
+
+#[handler]
+pub async fn login() {
+ todo!()
+}
+
+#[handler]
+pub async fn get_login_form() {
+ todo!()
+}