Skip to content

Commit

Permalink
to be deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardKoschicek committed Dec 27, 2024
1 parent d78eff7 commit c193907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openatlas/api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
api.add_resource(route[0], route[1], endpoint=route[2])
app.register_blueprint(blueprint)


blueprint_04 = Blueprint('api_04', __name__, url_prefix='/api/0.4')
api_04 = Api(blueprint_04)
for route in routes:
Expand Down

0 comments on commit c193907

Please sign in to comment.