mirror of
https://github.com/kevin-DL/football_info_api.git
synced 2026-01-22 14:35:29 +00:00
Initial commit
This commit is contained in:
5
profile/requests.go
Normal file
5
profile/requests.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package profile
|
||||
|
||||
type CreateProfileRequest struct {
|
||||
Name string `json:"name"`
|
||||
}
|
||||
Reference in New Issue
Block a user