Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubya747 authored Dec 25, 2021
1 parent cddca5a commit 01d2f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lesson-3-implementing-message-passing/flask-starter/app.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json
from flask import Flask, jsonify, request

from .services import retrieve_orders, create_order
from .services import retrieve_orders, create_orders

app = Flask(__name__)

Expand Down

0 comments on commit 01d2f83

Please sign in to comment.