We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 988ee0f commit abbdbabCopy full SHA for abbdbab
lib/handlers/index.js
@@ -3,6 +3,7 @@ module.exports = handler
3
const path = require('path')
4
const debug = require('debug')('solid:index')
5
const Negotiator = require('negotiator')
6
+const url = require('url')
7
8
async function handler (req, res, next) {
9
const indexFile = 'index.html'
0 commit comments