From cebd6fb886ea08dfccb75132a573c8abded30aaf Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Wed, 30 Apr 2025 10:42:37 +0000 Subject: [PATCH] feat: Add 4 endpoints via editor --- endpoints/auth.delete.py | 0 endpoints/auth.get.py | 0 endpoints/auth.post.py | 0 endpoints/auth.put.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 endpoints/auth.delete.py create mode 100644 endpoints/auth.get.py create mode 100644 endpoints/auth.post.py create mode 100644 endpoints/auth.put.py diff --git a/endpoints/auth.delete.py b/endpoints/auth.delete.py new file mode 100644 index 0000000..e69de29 diff --git a/endpoints/auth.get.py b/endpoints/auth.get.py new file mode 100644 index 0000000..e69de29 diff --git a/endpoints/auth.post.py b/endpoints/auth.post.py new file mode 100644 index 0000000..e69de29 diff --git a/endpoints/auth.put.py b/endpoints/auth.put.py new file mode 100644 index 0000000..e69de29