Files
fx-serverless/bundler/perl/assets/fx.pl
Minghe 871bb29dbe Bundler (#473)
* refactor bundler
* enable unit test
2020-03-10 22:49:14 +08:00

7 lines
54 B
Perl

sub fx {
my $ctx = shift;
return 'hello fx'
}
1;