feat: add invites page

This commit is contained in:
Sam 2023-03-14 00:16:19 +01:00
parent fb10f29e2b
commit 1647ec16a4
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
8 changed files with 141 additions and 7 deletions

View file

@ -11,7 +11,7 @@ import (
)
type inviteResponse struct {
Code string `json:"string"`
Code string `json:"code"`
Created time.Time `json:"created"`
Used bool `json:"used"`
}