mirror of
https://github.com/yourselfhosted/slash.git
synced 2025-06-05 22:09:34 +02:00
feat: refactor code structure
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package api
|
||||
|
||||
type Signup struct {
|
||||
Email string `json:"email"`
|
||||
Name string `json:"name"`
|
||||
Password string `json:"password"`
|
||||
Email string `json:"email"`
|
||||
DisplayName string `json:"displayName"`
|
||||
Password string `json:"password"`
|
||||
}
|
||||
|
||||
type Signin struct {
|
||||
|
Reference in New Issue
Block a user