feat: finish back-end work (untested)
This commit is contained in:
6
api/dto/user_request.go
Normal file
6
api/dto/user_request.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package dto
|
||||
|
||||
type UserRequest struct {
|
||||
Name string `json:"name"`
|
||||
JobPosition string `json:"job_position"`
|
||||
}
|
||||
Reference in New Issue
Block a user