From 9f7c7624962f64f291cd7fa60fc5dee728ffaf67 Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Sat, 8 Mar 2025 11:16:03 +0100 Subject: [PATCH] feat: Add endpoint countires --- app/api/endpoints/countires.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/api/endpoints/countires.py diff --git a/app/api/endpoints/countires.py b/app/api/endpoints/countires.py new file mode 100644 index 0000000..dfcc3a3 --- /dev/null +++ b/app/api/endpoints/countires.py @@ -0,0 +1 @@ +comeplete all users \ No newline at end of file