add comment
This commit is contained in:
parent
4ae31efbb2
commit
e857b32057
|
@ -51,6 +51,7 @@
|
|||
(make-http-error-response http-status/bad-request req
|
||||
(format #f "Bad path: ~s" path)))))
|
||||
|
||||
;; FIXME: test for file existance
|
||||
(define (launch-new-instance full-path req)
|
||||
(let ((instance-id (generate-new-instance-id))
|
||||
(plugin (get-plugin-rt-structure full-path)))
|
||||
|
|
Loading…
Reference in New Issue