mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-09 20:37:46 +00:00
fix: uneven quotes
This commit is contained in:
@@ -93,7 +93,7 @@ Response Serialization
|
|||||||
def endpoint():
|
def endpoint():
|
||||||
data = "success"
|
data = "success"
|
||||||
status_code = 200
|
status_code = 200
|
||||||
headers = {"Content-Type": "text/plain}
|
headers = {"Content-Type": "text/plain"}
|
||||||
return data, status_code, headers
|
return data, status_code, headers
|
||||||
|
|
||||||
Data
|
Data
|
||||||
|
|||||||
Reference in New Issue
Block a user