changed response status
This commit is contained in:
parent
5aa9b9537a
commit
cfd520501e
@ -301,7 +301,7 @@ public class Controller {
|
||||
}
|
||||
}
|
||||
|
||||
return ResponseEntity.status(404).body(false);
|
||||
return ResponseEntity.status(401).body(false);
|
||||
}
|
||||
|
||||
@CrossOrigin(origins = "http://localhost:8081") // only for dev purpose
|
||||
|
||||
Loading…
Reference in New Issue
Block a user