Skip to content

Commit

Permalink
Merge branch 'master' into modernize_setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CaselIT authored Jul 13, 2024
2 parents ed70832 + c345420 commit 09c9ed6
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 09c9ed6

Please sign in to comment.