Use ningle-fbr
This commit is contained in:
parent
a532d15829
commit
622252d0b5
4 changed files with 10 additions and 79 deletions
src
10
src/app.lisp
10
src/app.lisp
|
@ -1,8 +1,8 @@
|
|||
(uiop:define-package #:hp/app
|
||||
(:use #:cl)
|
||||
(:local-nicknames (#:jg #:jingle))
|
||||
(:local-nicknames (#:fbr #:ningle-fbr))
|
||||
(:import-from #:lack)
|
||||
(:local-nicknames (#:utils #:hp/utils/*))
|
||||
(:export #:*app*
|
||||
#:update-routes))
|
||||
(in-package #:hp/app)
|
||||
|
@ -10,10 +10,10 @@
|
|||
(defparameter *raw-app* (jg:make-app))
|
||||
|
||||
(defun update-routes ()
|
||||
(utils:enable-file-based-routing *raw-app*
|
||||
:dir "src/routes"
|
||||
:system "hp"
|
||||
:system-pathname "src"))
|
||||
(fbr:enable-file-based-routing *raw-app*
|
||||
:dir "src/routes"
|
||||
:system "hp"
|
||||
:system-pathname "src"))
|
||||
|
||||
(update-routes)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue