Change openapi doc port from 3000 to 4000 to avoid clashing with adguardhome.
This commit is contained in:
@@ -4,5 +4,5 @@ const app = express()
|
||||
|
||||
app.use(express.static(__dirname))
|
||||
|
||||
console.log('Open http://localhost:3000/ to examine the API spec')
|
||||
app.listen(3000)
|
||||
console.log('Open http://localhost:4000/ to examine the API spec')
|
||||
app.listen(4000)
|
||||
|
||||
Reference in New Issue
Block a user