Skip to content

Commit aa25a2f

Browse files
n-goncalvesSamTV12345
authored andcommitted
fix(frontend): add timesliderBootstrap to static resources
1 parent 65949b6 commit aa25a2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node/hooks/express/webaccess.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ exports.authnFailureDelayMs = 1000;
5151

5252
const staticResources = [
5353
/^\/padbootstrap-[a-zA-Z0-9]+\.min\.js$/,
54+
/^\/timeSliderBootstrap-[a-zA-Z0-9]+\.min\.js$/,
5455
/^\/manifest.json$/
5556
]
5657

0 commit comments

Comments
 (0)