fix recent searches path

This commit is contained in:
Jurgis Sakalauskas
2022-12-09 18:13:11 +02:00
parent cd4ba620de
commit 58d85371ef
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ export class ConfigService {
}
public getRecentSearchesFolder(): string {
return join(this.getRootPath(), this.getEnv('STATIC_SERVE_FOLDER'));
return join(this.getRootPath(), this.getEnv('RECENT_SEARCHES_FOLDER'));
}
private getRootPath(): string {