@@ -47,11 +47,12 @@ get-steps-data login testmeta-get-record)) ;; These are called by the server on recipt of /api calls - +;; - keep it simple, only return the actual result of the call, i.e. no meta info here +;; (define (api:execute-requests dbstruct cmd params) (case (string->symbol cmd) ;; SERVERS ((start-server) (apply server:kind-run params)) ((kill-server) (set! *server-run* #f))