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

changeset 371
3795a72e2f16
parent 367
0a9065936aac
child 374
34abadbdd0e3
equal deleted inserted replaced
370:ec919d255757 371:3795a72e2f16
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" 29 const val VERSION_DATE = "2025-05-18"
30 30
31 /** 31 /**
32 * The path where the JSP files reside. 32 * The path where the JSP files reside.
33 */ 33 */
34 const val JSP_PATH_PREFIX = "/WEB-INF/jsp/" 34 const val JSP_PATH_PREFIX = "/WEB-INF/jsp/"

mercurial