We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd43260 commit 2f45eaeCopy full SHA for 2f45eae
main.py
@@ -28,6 +28,7 @@
28
from api.carChat import car_chat_api
29
30
from api.vote import vote_api
31
+from api.vote import students_api
32
# database Initialization functions
33
from model.carChat import CarChat
34
from model.user import User, initUsers
@@ -48,7 +49,6 @@
48
49
app.register_blueprint(group_api)
50
app.register_blueprint(section_api)
51
app.register_blueprint(car_chat_api)
-app.register_blueprint(student_api)
52
# Added new files to create nestPosts, uses a different format than Mortensen and didn't want to touch his junk
53
app.register_blueprint(nestPost_api)
54
app.register_blueprint(nestImg_api)
0 commit comments