chore: enabling rest api as default (#2600)

This commit is contained in:
gabrielmer 2024-04-23 10:23:13 +03:00 committed by GitHub
parent 2c01fa0fe4
commit 6bc79bc739
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -409,9 +409,7 @@ type WakuNodeConf* = object
## REST HTTP config
rest* {.
desc: "Enable Waku REST HTTP server: true|false",
defaultValue: false,
name: "rest"
desc: "Enable Waku REST HTTP server: true|false", defaultValue: true, name: "rest"
.}: bool
restAddress* {.