Did stuff with the config
This commit is contained in:
@@ -14,9 +14,6 @@ __version__text__ = "1"
|
||||
|
||||
class ItemView(FlaskView):
|
||||
|
||||
route_prefix = "/item/"
|
||||
route_base = '/'
|
||||
|
||||
def index(self):
|
||||
pass
|
||||
|
||||
|
||||
@@ -14,8 +14,5 @@ __version__text__ = "1"
|
||||
|
||||
class ProfileView(FlaskView):
|
||||
|
||||
route_prefix = "/profile/"
|
||||
route_base = '/'
|
||||
|
||||
def index(self):
|
||||
pass
|
||||
|
||||
@@ -14,8 +14,5 @@ __version__text__ = "1"
|
||||
|
||||
class UploadView(FlaskView):
|
||||
|
||||
route_prefix = "/upload/"
|
||||
route_base = '/'
|
||||
|
||||
def index(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user