Fixing bug found in interview
This commit is contained in:
@ -108,7 +108,7 @@ var _ = Service("front", func() {
|
|||||||
|
|
||||||
HTTP(func() {
|
HTTP(func() {
|
||||||
POST("/character")
|
POST("/character")
|
||||||
Response(StatusBadRequest)
|
Response(StatusOK)
|
||||||
Response("NotFound", StatusNotFound)
|
Response("NotFound", StatusNotFound)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user