Skip to content
Snippets Groups Projects
Commit 59e684c9 authored by BIRK Renaud's avatar BIRK Renaud
Browse files

fix: incorrect Google Drive blueprint

parent 806647a2
Branches main
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ from controllers.glb_controller import GlbController
from controllers.render_controller import RenderController
from controllers.suggest_controller import SuggestController
gdrive_bp = Blueprint('gdrive', __name__)
gdrive_bp = Blueprint('upload', __name__)
glb_bp = Blueprint('glb', __name__)
render_bp = Blueprint('render', __name__)
suggest_bp = Blueprint('suggest', __name__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment