Skip to content

Commit abbdbab

Browse files
joachimvhmegoth
authored andcommitted
Fix index path creation on Windows
1 parent 988ee0f commit abbdbab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/handlers/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module.exports = handler
33
const path = require('path')
44
const debug = require('debug')('solid:index')
55
const Negotiator = require('negotiator')
6+
const url = require('url')
67

78
async function handler (req, res, next) {
89
const indexFile = 'index.html'

0 commit comments

Comments
 (0)