Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amva13 authored Jan 30, 2025
1 parent 2be5192 commit 01bf562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def get(self):

api.add_resource(FctOverview, "/fct_overview")
api.add_resource(FeedbackForm, "/feedback")
api.add_resource(TDC2Homepage, "/tdc2")
api.add_resource(TDC2Homepage, "/pytdc")


if __name__ == '__main__':
Expand Down

0 comments on commit 01bf562

Please sign in to comment.