Commit c900228f authored by duanjinfei's avatar duanjinfei

add function

parent bddd5725
...@@ -105,7 +105,7 @@ Deno.serve(async (req) => { ...@@ -105,7 +105,7 @@ Deno.serve(async (req) => {
return new Response( return new Response(
JSON.stringify({ JSON.stringify({
message: 'All data uploaded successfully', message: 'All data uploaded successfully',
allAppsFileName, fileName: allAppsFileName,
}), }),
{ status: 200 } { status: 200 }
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment