diff options
Diffstat (limited to 'src/routes.ts')
| -rw-r--r-- | src/routes.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/routes.ts b/src/routes.ts index d242902..3ab55ae 100644 --- a/src/routes.ts +++ b/src/routes.ts @@ -60,8 +60,8 @@ export default (metadata: Metadata): Router => { // serve script for posting coverage report router.use( - "/bash", - express.static(path.join(metadata.getHostDir(), "bash"), { + "/sh", + express.static(path.join(metadata.getHostDir(), "sh"), { setHeaders: res => res.contentType("text/plain") }) ); |
