ningle-fbr/tests/routes/not-found.lisp

8 lines
184 B
Common Lisp
Raw Normal View History

2024-12-22 18:33:49 +09:00
(defpackage #:ningle-fbr-test/routes/not-found
(:use #:cl)
(:export #:handle-not-found))
(in-package #:ningle-fbr-test/routes/not-found)
(defun handle-not-found ()
"Not Found")