Changed route name to assignment
This commit is contained in:
7
birb_scheduler/views/assignment_view.py
Normal file
7
birb_scheduler/views/assignment_view.py
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
from flask import jsonify, request, abort, current_app, Response
|
||||
from flask_classful import FlaskView
|
||||
|
||||
|
||||
class AssignmentView(FlaskView):
|
||||
pass
|
||||
Reference in New Issue
Block a user