Fixed session creation json
This commit is contained in:
@@ -51,7 +51,7 @@ func createSession(w http.ResponseWriter, r *http.Request) {
|
|||||||
|
|
||||||
fmt.Fprintf(w,
|
fmt.Fprintf(w,
|
||||||
`{
|
`{
|
||||||
"sessionId":%s
|
"sessionId":"%s"
|
||||||
}`, session.id)
|
}`, session.id)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user