Fix up camera server to match.
This commit is contained in:
@ -66,10 +66,11 @@ Frame();
|
|||||||
;
|
;
|
||||||
|
|
||||||
: handle1
|
: handle1
|
||||||
handleClient
|
handleClient if
|
||||||
s" /" path str= if handle-index exit then
|
s" /" path str= if handle-index exit then
|
||||||
s" /image" path str= if handle-image exit then
|
s" /image" path str= if handle-image exit then
|
||||||
notfound-response
|
notfound-response
|
||||||
|
then
|
||||||
;
|
;
|
||||||
|
|
||||||
: do-serve begin ['] handle1 catch drop pause again ;
|
: do-serve begin ['] handle1 catch drop pause again ;
|
||||||
|
|||||||
Reference in New Issue
Block a user