Add hourly RecentlyOnScope batch endpoint
This commit is contained in:
parent
c95d29023d
commit
cea59d7f13
5 changed files with 297 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ app.add_middleware(
|
|||
)
|
||||
|
||||
app.include_router(domains.router)
|
||||
app.include_router(recently_on_scope.hourly_router)
|
||||
app.include_router(recently_on_scope.router)
|
||||
app.include_router(repos.router)
|
||||
app.include_router(topics.router)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue