From b20c6c30fff0a1934d35a86e4096d09c78bcce44 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sat, 24 Aug 2024 19:18:11 +0200 Subject: [PATCH] Move users.go --- auth/{api => }/users.go | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename auth/{api => }/users.go (100%) diff --git a/auth/api/users.go b/auth/users.go similarity index 100% rename from auth/api/users.go rename to auth/users.go