Changed route name to assignment
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
#!/usr/bin/env python3
|
||||
from .report_view import ReportView
|
||||
from .assignment_view import AssignmentView
|
||||
|
@ -3,5 +3,5 @@ from flask import jsonify, request, abort, current_app, Response
|
||||
from flask_classful import FlaskView
|
||||
|
||||
|
||||
class ReportView(FlaskView):
|
||||
class AssignmentView(FlaskView):
|
||||
pass
|
Reference in New Issue
Block a user