changed response status

This commit is contained in:
Michael 2019-04-18 12:53:57 +02:00
parent 5aa9b9537a
commit cfd520501e

View File

@ -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