moved accounts to MVC directories

This commit is contained in:
ari melody 2024-11-01 21:03:08 +00:00
parent 819ec891e7
commit 34dd280fba
Signed by: ari
GPG key ID: CF99829C92678188
4 changed files with 16 additions and 16 deletions

View file

@ -1,8 +1,8 @@
package api
import (
"arimelody-web/account/controller"
"arimelody-web/account/model"
"arimelody-web/controller"
"arimelody-web/model"
"arimelody-web/global"
"encoding/json"
"fmt"