added "img" as handled path
This commit is contained in:
parent
cb7c78e491
commit
bc3b6c4c04
|
@ -30,7 +30,8 @@ public class ConstantsResolver {
|
|||
public static final String QUERY_PARAM_CONTENT_TYPE = "contentType";
|
||||
public static final String QUERY_PARAM_FILE_NAME = "fileName";
|
||||
|
||||
public static final String[] resourcesHardCoded = { "ctlg" };
|
||||
//img is the path to refer images from https://data.dev.d4science.org/img/*
|
||||
public static final String[] resourcesHardCoded = { "ctlg", "img" };
|
||||
|
||||
// The default resource candidate to manage the input requests not matching any
|
||||
// resolver services
|
||||
|
|
Loading…
Reference in New Issue