mirror of
https://github.com/Yonle/bostr.git
synced 2025-03-18 05:42:03 +01:00
http page: add welcome
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
parent
43fbee2b36
commit
9972bfdc01
3
http.js
3
http.js
@ -90,7 +90,8 @@ server.on('request', (req, res) => {
|
||||
res.writeHead(200, {
|
||||
"Content-Type": "text/plain"
|
||||
});
|
||||
res.write("Hello. This nostr bouncer (bostr) is bouncing the following relays:\n\n");
|
||||
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");
|
||||
|
||||
if (config.relays.length) {
|
||||
config.relays.forEach(_ => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user