fix formatting (#240)

Move text out of literal block used for the file path.
pull/245/head
ServiusHack 4 years ago committed by GitHub
parent 7257a98cfc
commit 2b17226313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,11 +52,7 @@ mapping, so in this example the helloworld index page will be at:
All the parts of the url are automatically converted to lower-case, so **S**\ample
will be mapped to **s**\ample.
This routing is setup via the index page of our new code base and uses
::
/usr/local/opnsense/mvc/app/config/services.php to wire it all together.
This routing is setup via the index page of our new code base and uses :code:`/usr/local/opnsense/mvc/app/config/services.php` to wire it all together.
-----------
API routing

Loading…
Cancel
Save