examples icon indicating copy to clipboard operation
examples copied to clipboard

fix:#757 change serverless function from hello to api

Open vats147 opened this issue 2 years ago • 0 comments

fixes: #757 change serveless function from hello to api

before:

serverless invoke local --function hello

After:

serverless invoke local --function api

vats147 avatar Jul 15 '23 04:07 vats147