Change prefix from 'on' to 'handle'
This commit is contained in:
parent
438030b0b8
commit
e84b170a03
2 changed files with 9 additions and 9 deletions
src
|
@ -58,7 +58,7 @@
|
|||
:do (ql:quickload pkg)
|
||||
(loop
|
||||
:for method :in *http-request-methods*
|
||||
:do (let ((handler (find-symbol (concatenate 'string "ON-" (string method))
|
||||
:do (let ((handler (find-symbol (concatenate 'string "HANDLE-" (string method))
|
||||
pkg)))
|
||||
(when handler
|
||||
(setf (ng:route app url :method method) handler))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue