http page: Add breakline.

Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
Yonle 2024-05-19 22:44:09 +07:00
parent 9972bfdc01
commit e55cf9025e

View File

@ -91,7 +91,7 @@ server.on('request', (req, res) => {
"Content-Type": "text/plain"
});
res.write("Welcome to Bostr. A nostr relay aggregator for saving mobile data usage when using nostr.");
res.write("This nostr bouncer is bouncing the following relays:\n\n");
res.write("\nThis nostr bouncer is bouncing the following relays:\n\n");
if (config.relays.length) {
config.relays.forEach(_ => {