src/main/kotlin/de/uapcore/lightpit/Constants.kt

changeset 367
0a9065936aac
parent 335
1eed60b779da
equal deleted inserted replaced
366:b351e70ab325 367:0a9065936aac
24 */ 24 */
25 25
26 package de.uapcore.lightpit 26 package de.uapcore.lightpit
27 27
28 object Constants { 28 object Constants {
29 const val VERSION_DATE = "2025-05-17"
30
29 /** 31 /**
30 * The path where the JSP files reside. 32 * The path where the JSP files reside.
31 */ 33 */
32 const val JSP_PATH_PREFIX = "/WEB-INF/jsp/" 34 const val JSP_PATH_PREFIX = "/WEB-INF/jsp/"
33 35

mercurial