Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 132faf8

Browse files
committed
I-132651 500 error on challenges rss
1 parent ac49e5a commit 132faf8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

initializers/helper.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,12 @@ helper.MAX_INT = 2147483647;
200200
*/
201201
helper.PASSWORD_HASH_KEY = process.env.PASSWORD_HASH_KEY || 'default';
202202

203+
/**
204+
* The path that store all query files.
205+
* @since 1.38
206+
*/
207+
helper.QUERY_PATH = './queries/';
208+
203209
/**
204210
* The name in api response to database name map.
205211
*/

0 commit comments

Comments
 (0)