Type error in doc, 7 instead of /
christoferjh opened this issue · 0 comments
christoferjh commented
https://github.com/advantageous/qbit#sending-different-response-codes-for-success-1
@RequestMapping(value = "/helloj7", code = 221)
should read:
@RequestMapping(value = "/helloj/", code = 221)