export_to_pdf #8

Merged
francesco.mangiacrapa merged 84 commits from export_to_pdf into master 2024-06-28 15:17:39 +02:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit bc3b6c4c04 - Show all commits

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