fix: INVITE USER
This commit is contained in:
@@ -39,12 +39,12 @@ type CarvResult {
|
||||
|
||||
type EmailKey {
|
||||
Email string `form:"email"`
|
||||
ApiKey string `Header:"x-api-key"`
|
||||
ApiKey string `header:"x-api-key"`
|
||||
}
|
||||
|
||||
type UnlockChapterReq {
|
||||
Email string `form:"email"`
|
||||
Chapter int `form:"chapter"`
|
||||
ApiKey string `Header:"x-api-key"`
|
||||
ApiKey string `header:"x-api-key"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user