changed static javalin directory

This commit is contained in:
s5260822 2025-03-18 17:35:45 +01:00
parent e6ef7adc6c
commit 1339849b28
2 changed files with 1 additions and 10 deletions

View file

@ -32,7 +32,7 @@ public class Main {
public static final String CONFIG_DIR = "src/main/resources/config";
public static final String JAVALIN_TEMPLATE_DIR = "src/main/resources/templates";
public static final String JAVALIN_STATIC_FILES_DIR = "src/main/resources/public";
public static final String JAVALIN_STATIC_FILES_DIR = "src/main/resources/static";
public static final String JCAS_SPEECHES_TYPESYSTEM_DIR = "src/main/resources/speeches/TypeSystem";
public static final String MEMBER_IMAGES_DIR = "src/main/resources/membersOfParliamentImages/";

View file

@ -1,9 +0,0 @@
<!DOCTYPE html>
<html>
<body>
<h1>Heading</h1>
<p>paragraph.</p>
</body>
</html>