mirror of
https://git.macaw.me/skunky/SkunkyArt.git
synced 2025-04-04 05:27:35 +03:00
Два API-эндпоинта
This commit is contained in:
parent
1464584264
commit
db53a8bd90
10 changed files with 115 additions and 48 deletions
|
@ -42,7 +42,6 @@ func (s skunkyart) GRUser() {
|
|||
group.About.A = x.ModuleData.About
|
||||
var about = &group.About.A
|
||||
group.CreationDate = time.Unix(time.Now().Unix()-x.ModuleData.About.RegDate, 0).UTC().String()
|
||||
|
||||
group.About.DescriptionFormatted = ParseDescription(about.Description)
|
||||
|
||||
for _, val := range x.ModuleData.About.SocialLinks {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue