Skip to content

Commit

Permalink
remove default blueprint with ping and exception-test routes
Browse files Browse the repository at this point in the history
  • Loading branch information
guruofgentoo committed Nov 1, 2022
1 parent 98a792a commit b09d55e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
3 changes: 0 additions & 3 deletions keg/app.py
Expand Up @@ -3,7 +3,6 @@
import flask
from werkzeug.datastructures import ImmutableDict

from keg.blueprints import keg as kegbp
import keg.cli
import keg.config
from keg.ctx import KegRequestContext
Expand Down Expand Up @@ -137,8 +136,6 @@ def init_registered_components(self, app):
comp_object.init_app(self, parent_path=comp_path)

def init_blueprints(self):
# TODO: probably want to be selective about adding our blueprint
self.register_blueprint(kegbp)
for blueprint in self.use_blueprints:
self.register_blueprint(blueprint)

Expand Down
16 changes: 0 additions & 16 deletions keg/blueprints/__init__.py

This file was deleted.

0 comments on commit b09d55e

Please sign in to comment.