fix: uneven quotes

This commit is contained in:
Luke Hagar
2024-04-03 19:23:15 -07:00
committed by GitHub
parent e6ceb1fc0a
commit 38e177de38

View File

@@ -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