Skip to content

Commit 9077a70

Browse files
authored
Changed port back to 8080
1 parent 514ddaa commit 9077a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const __dirname = process.cwd()
99
const server = http.createServer()
1010
const app = express(server)
1111
const bareServer = createBareServer('/v/')
12-
const PORT = 8000
12+
const PORT = 8080
1313
if (config.challenge) {
1414
console.log('Password protection is enabled. Usernames are: ' + Object.keys(config.users))
1515
console.log('Passwords are: ' + Object.values(config.users))

0 commit comments

Comments
 (0)