Commit c900228f authored by duanjinfei's avatar duanjinfei

add function

parent bddd5725
......@@ -105,7 +105,7 @@ Deno.serve(async (req) => {
return new Response(
JSON.stringify({
message: 'All data uploaded successfully',
allAppsFileName,
fileName: allAppsFileName,
}),
{ 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