From 5c662ac5b4f6664d4d0a1d501d7d2fa2f2fc0621 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 9 Feb 2022 17:22:30 -0600 Subject: Start rewriting the entire app Signed-off-by: Matt Strapp --- src/routes/api/actuate.ts | 0 src/routes/api/login.ts | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/routes/api/actuate.ts create mode 100644 src/routes/api/login.ts (limited to 'src/routes') diff --git a/src/routes/api/actuate.ts b/src/routes/api/actuate.ts new file mode 100644 index 0000000..e69de29 diff --git a/src/routes/api/login.ts b/src/routes/api/login.ts new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3