Skip to content
This repository was archived by the owner on Dec 24, 2018. It is now read-only.
This repository was archived by the owner on Dec 24, 2018. It is now read-only.

ShackServer is not showing the right HttpStatus Code #60

@DevSusu

Description

@DevSusu

Look at org.springframework.http.ResponseEntity

we can use it like this.

return new ResponseEntity< T >( T , HttpStatus.CREATED);

Lets Change Controllers to Actually Respond like REST

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions