Reduce arguments

This commit is contained in:
Akira Tempaku 2024-02-25 14:06:22 +09:00
parent 523c6ed582
commit bc01c7b5c7
2 changed files with 13 additions and 16 deletions

View file

@ -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)
```