mirror of
https://github.com/mmahdium/TGSS.git
synced 2026-08-14 17:52:49 +03:30
feat: Add RSS feed generation for channel messages and update route handling
This commit is contained in:
@@ -4,6 +4,7 @@ import (
|
||||
"tgss/internal/config"
|
||||
"tgss/internal/handlers"
|
||||
"tgss/internal/infra"
|
||||
"tgss/internal/rss"
|
||||
"tgss/internal/server"
|
||||
"tgss/internal/telegram"
|
||||
|
||||
@@ -19,6 +20,8 @@ func main() {
|
||||
|
||||
handlers.NewChannelHandler,
|
||||
handlers.NewAuthHandler,
|
||||
|
||||
rss.NewRSSGenerator,
|
||||
),
|
||||
telegram.Module,
|
||||
fx.Invoke(server.RegisterRoutes),
|
||||
|
||||
Reference in New Issue
Block a user