diff options
Diffstat (limited to 'internal/config')
| -rw-r--r-- | internal/config/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/config.go b/internal/config/config.go index dcceade..7eca750 100644 --- a/internal/config/config.go +++ b/internal/config/config.go | |||
| @@ -10,7 +10,7 @@ import ( | |||
| 10 | "northwest.io/muxstr/internal/auth" | 10 | "northwest.io/muxstr/internal/auth" |
| 11 | "northwest.io/muxstr/internal/metrics" | 11 | "northwest.io/muxstr/internal/metrics" |
| 12 | "northwest.io/muxstr/internal/ratelimit" | 12 | "northwest.io/muxstr/internal/ratelimit" |
| 13 | "northwest.io/nostr" | 13 | "code.northwest.io/nostr" |
| 14 | ) | 14 | ) |
| 15 | 15 | ||
| 16 | type Config struct { | 16 | type Config struct { |
