show plotted images
This commit is contained in:
@@ -3,7 +3,7 @@ package org.lucares.pdbui;
|
||||
import org.springframework.http.HttpStatus;
|
||||
import org.springframework.web.bind.annotation.ResponseStatus;
|
||||
|
||||
@ResponseStatus(value = HttpStatus.NOT_FOUND, reason = "Not Found")
|
||||
@ResponseStatus(value = HttpStatus.NOT_FOUND)
|
||||
public class NotFoundException extends RuntimeException {
|
||||
|
||||
private static final long serialVersionUID = 694206253376122420L;
|
||||
|
||||
Reference in New Issue
Block a user