@ -11,7 +11,7 @@ class MongoApi:
app: Flask = None
authentication_methods: list = []
def __init__(self, app: Flask, authentication_methods):
def __init__(self, app: Flask, authentication_methods=[]):
self.app = app
self.authentication_methods = authentication_methods