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