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