From 57b4b314feec74ad0256f04c27d4a50de6c6e7a6 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Tue, 30 Jul 2024 18:20:45 +0800 Subject: [PATCH] :sparkles: Search accounts w/ username or nick --- .idea/workspace.xml | 5 +---- pkg/internal/server/api/accounts_api.go | 16 +++++++++++++++- pkg/internal/server/api/index.go | 1 + pkg/internal/services/accounts.go | 12 +++++++++++- 4 files changed, 28 insertions(+), 6 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 3be5472..f21eba0 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,10 +4,7 @@