Skip to content

Commit

Permalink
Merge pull request #1431 from edu-diaz/fix-documentation
Browse files Browse the repository at this point in the history
Fixed documentation Go example
  • Loading branch information
itowlson authored Nov 27, 2024
2 parents 682291f + 630137c commit ad2d6e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/spin/v3/key-value-store-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ class IncomingHandler(http.IncomingHandler):
return Response(404, {"content-type": "text/plain"})
case default:
return Response(405, {"content-type": "text/plain"})
```

{{ blockEnd }}

Expand Down

0 comments on commit ad2d6e9

Please sign in to comment.