Reduce arguments
This commit is contained in:
parent
523c6ed582
commit
bc01c7b5c7
2 changed files with 13 additions and 16 deletions
|
@ -31,9 +31,8 @@ To use ningle-fbr, you must use [package-inferred-system](https://asdf.common-li
|
|||
(defun update-routes ()
|
||||
(ningle-fbr:enable-file-based-routing
|
||||
*app*
|
||||
:dir "src/routes"
|
||||
:system "example"
|
||||
:system-pathname "src"))
|
||||
:directory "src/routes"
|
||||
:system "example"))
|
||||
|
||||
(update-routes)
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue