Skip to content

Commit b09d55e

Browse files
committed
remove default blueprint with ping and exception-test routes
1 parent 98a792a commit b09d55e

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

keg/app.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import flask
44
from werkzeug.datastructures import ImmutableDict
55

6-
from keg.blueprints import keg as kegbp
76
import keg.cli
87
import keg.config
98
from keg.ctx import KegRequestContext
@@ -137,8 +136,6 @@ def init_registered_components(self, app):
137136
comp_object.init_app(self, parent_path=comp_path)
138137

139138
def init_blueprints(self):
140-
# TODO: probably want to be selective about adding our blueprint
141-
self.register_blueprint(kegbp)
142139
for blueprint in self.use_blueprints:
143140
self.register_blueprint(blueprint)
144141

keg/blueprints/__init__.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)