Skip to content

Commit 845de76

Browse files
committed
import respond so 429 errors can be properly handled
1 parent 140439a commit 845de76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

blueprints/v0.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from flask import current_app, json
55
from os import environ as env
66

7+
from helpers import respond
78
from flask import Blueprint, abort, jsonify, request
89
from werkzeug.exceptions import HTTPException
910
from flask_cors import CORS

0 commit comments

Comments
 (0)