Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/add_websocket_tutorial' into add…
Browse files Browse the repository at this point in the history
…_websocket_tutorial
  • Loading branch information
derkweijers committed Jul 13, 2024
2 parents 40cb884 + 383cf17 commit 0188221
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ while remaining highly effective.

.. code:: python
import falcon
class QuoteResource:
def on_get(self, req, resp):
Expand All @@ -36,6 +38,8 @@ while remaining highly effective.
app = falcon.App()
app.add_route('/quote', QuoteResource())
For a fully working example, check out the :ref:`quickstart`.

Quick Links
-----------

Expand Down

0 comments on commit 0188221

Please sign in to comment.