We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af06b6b commit 135a919Copy full SHA for 135a919
src/server/config.py
@@ -8,7 +8,7 @@
8
STATIC_DIR = ROOT_DIR + "/static"
9
10
SUPPORTED_YEARS = []
11
-DEFAULT_YEAR = "2024"
+DEFAULT_YEAR = "2025"
12
13
DEFAULT_AVATAR_FOLDER_PATH = "/static/images/avatars/"
14
AVATAR_SIZE = 200
src/tools/test/test_status_codes.js
@@ -4,7 +4,7 @@ const convert = require('xml-js');
4
5
const { get_yearly_configs } = require('../generate/shared');
6
7
-const default_year = 2024;
+const default_year = 2025;
const default_language = 'en';
const base_url = "http://127.0.0.1:8080";
0 commit comments