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

Commit d7483dd

Browse files
author
Yoshifumi Kohata
committed
Merge pull request #364 from cloudspokes/thabo-I-132651-500-error-on-challenges-rss
I-132651 500 error on challenges rss
2 parents ac49e5a + 132faf8 commit d7483dd

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)