Add svenska yle feed
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from fastapi import Depends, FastAPI
|
||||
from routers import embed, yle_rss_fi, yle_rss_en, the_local, taloustaito,sur,hackernews,fuengirola
|
||||
from routers import embed, yle_rss_fi, yle_rss_en, yle_rss_sv, the_local, taloustaito,sur,hackernews,fuengirola
|
||||
|
||||
from settings.defaults import get_settings
|
||||
|
||||
@@ -9,6 +9,7 @@ app.include_router(embed.router, prefix="/embed", tags=["embed"])
|
||||
|
||||
app.include_router(yle_rss_fi.router, prefix="/rss", tags=["rss"])
|
||||
app.include_router(yle_rss_en.router, prefix="/rss", tags=["rss"])
|
||||
app.include_router(yle_rss_sv.router, prefix="/rss", tags=["rss"])
|
||||
app.include_router(the_local.router, prefix="/rss", tags=["rss"])
|
||||
app.include_router(taloustaito.router, prefix="/rss", tags=["rss"])
|
||||
app.include_router(sur.router, prefix="/rss", tags=["rss"])
|
||||
|
||||
Reference in New Issue
Block a user