added "img" as handled path

This commit is contained in:
Francesco Mangiacrapa 2024-05-02 12:09:23 +02:00
parent cb7c78e491
commit bc3b6c4c04
1 changed files with 2 additions and 1 deletions

View File

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