Skip to content

Commit

Permalink
Merge pull request #373 from nuclon/fix-connector
Browse files Browse the repository at this point in the history
Fixing local connector service
  • Loading branch information
ObservedObserver authored Jun 15, 2023
2 parents 9f1709d + ab6542b commit 4a59d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/connector/bp/bp_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
bp = Blueprint('database', __name__, url_prefix='/api')


@bp.route('/get_connector', methods=['POST'])
def get_connector():
@bp.route('/get_connection', methods=['POST'])
def get_connection():
props = json.loads(request.data)
func = props['func']
if func == 'ping':
Expand Down

1 comment on commit 4a59d59

@vercel
Copy link

@vercel vercel bot commented on 4a59d59 Jun 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.