Skip to content

Commit

Permalink
Merge branch 'feat/firecrawl-data-source' into deploy/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnJyong committed Jun 6, 2024
2 parents 43f4e3a + 2715a5a commit 5b711df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/controllers/console/auth/data_source_bearer_auth.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from flask_login import current_user
from flask_restful import Resource, reqparse
from werkzeug.exceptions import Forbidden
from controllers.console.auth.error import ApiKeyAuthFailedError

from controllers.console import api
from libs.login import login_required
Expand Down

0 comments on commit 5b711df

Please sign in to comment.