Skip to content

Commit e94f850

Browse files
authored
Update server.js
add back prior /tests/configs and /tests/mocks
1 parent 5f2bf1e commit e94f850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function Server (config) {
7272
app.use(helmet(config.httpHeaders));
7373
app.use("/js", express.static(__dirname));
7474

75-
let directories = ["/config", "/css", "/fonts", "/modules", "/vendor", "/translations", "/tests"];
75+
let directories = ["/config", "/css", "/fonts", "/modules", "/vendor", "/translations", "/tests/configs", "/tests/mocks"];
7676
for (const directory of directories) {
7777
app.use(directory, express.static(path.resolve(global.root_path + directory)));
7878
}

0 commit comments

Comments
 (0)