mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
5 lines
109 B
JavaScript
5 lines
109 B
JavaScript
|
|
function onRequest(context){
|
||
|
|
context.sketchPath = "../api/device/sketch/download";
|
||
|
|
return context;
|
||
|
|
}
|