chore: remove unused cors middleware and add rate limiter to api routes
This commit is contained in:
@@ -7,3 +7,5 @@ logging.basicConfig(
|
|||||||
)
|
)
|
||||||
|
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
from .app import Application as BaseApplication
|
||||||
Reference in New Issue
Block a user