diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-19 11:55:32 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-19 15:43:29 +0000 |
| commit | fa065ad128882755f2a988d6203b59a2ab5e38ff (patch) | |
| tree | e8326de70a6e6ea56b5bf4250e0a00a3cda4afed /src/nostr/mod.rs | |
| parent | 98c6fa4bfa897ff0b8f9c95ea698d4d065b5e9f3 (diff) | |
add landing page and nostr-relay-builder relay on same port
Diffstat (limited to 'src/nostr/mod.rs')
| -rw-r--r-- | src/nostr/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nostr/mod.rs b/src/nostr/mod.rs index b485b91..2bf0346 100644 --- a/src/nostr/mod.rs +++ b/src/nostr/mod.rs | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | pub mod builder; | ||
| 1 | pub mod events; | 2 | pub mod events; |
| 2 | pub mod relay; | ||