There was an error while loading. Please reload this page.
2 parents d594338 + 594210b commit ed00083Copy full SHA for ed00083
1 file changed
model/api_session_project.go
@@ -7,8 +7,8 @@ import (
7
)
8
9
type sessionProjectRequest struct {
10
- SessionID string `json:"session_id"`
11
- ProjectPath string `json:"project_path"`
+ SessionID string `json:"sessionId"`
+ ProjectPath string `json:"projectPath"`
12
}
13
14
type sessionProjectResponse struct{}
0 commit comments