Skip to content
Snippets Groups Projects
Verified Commit 9dedbca4 authored by Kai DeLorenzo's avatar Kai DeLorenzo :purple_heart:
Browse files

changed logged server url

parent d87a78f8
No related branches found
No related tags found
No related merge requests found
......@@ -75,5 +75,5 @@ createServer((req, res) => {
res.end("File not found")
return
}).listen(PORT, () => {
console.log(`Server running at http://${getLocalIPAddress()}:${PORT}`)
console.log(`Server running at http://${getLocalIPAddress()}:${PORT}/build/BiliBiliConfig.json`)
})
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment