messing stuff up
This commit is contained in:
@ -1,5 +0,0 @@
|
||||
def register(app):
|
||||
"""Register submission routes & blueprint."""
|
||||
from .routes import bp as submissions_bp
|
||||
app.register_blueprint(submissions_bp)
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "submission",
|
||||
"version": "1.0.0",
|
||||
"description": "Plugin to handle user-submitted plant data and images."
|
||||
"description": "Plugin to handle user-submitted plant data and images.",
|
||||
"entry_point": null
|
||||
}
|
||||
|
Reference in New Issue
Block a user