mirror of
https://github.com/opnsense/docs.git
synced 2026-06-04 22:22:05 -04:00
fix formatting (#240)
Move text out of literal block used for the file path.
This commit is contained in:
parent
7257a98cfc
commit
2b17226313
1 changed files with 1 additions and 5 deletions
|
|
@ -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…
Reference in a new issue