Skip to content

Commit 135a919

Browse files
committed
Update default year
1 parent af06b6b commit 135a919

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/server/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
STATIC_DIR = ROOT_DIR + "/static"
99

1010
SUPPORTED_YEARS = []
11-
DEFAULT_YEAR = "2024"
11+
DEFAULT_YEAR = "2025"
1212

1313
DEFAULT_AVATAR_FOLDER_PATH = "/static/images/avatars/"
1414
AVATAR_SIZE = 200

src/tools/test/test_status_codes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const convert = require('xml-js');
44

55
const { get_yearly_configs } = require('../generate/shared');
66

7-
const default_year = 2024;
7+
const default_year = 2025;
88
const default_language = 'en';
99
const base_url = "http://127.0.0.1:8080";
1010

0 commit comments

Comments
 (0)