File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
-
2
1
plugins :
3
2
- serverless-offline
4
3
@@ -25,12 +24,11 @@ custom:
25
24
- mainnet
26
25
origin :
27
26
local : localhost
28
- ropsten : ' *'
29
- mainnet : ' snet.com'
30
-
27
+ ropsten : " *"
28
+ mainnet : " snet.com"
31
29
32
30
package :
33
- include :
31
+ ? include
34
32
exclude :
35
33
- tests/**
36
34
- .gitignore
@@ -39,9 +37,9 @@ functions:
39
37
get-freecalls :
40
38
handler : handlers/freecall_handler.main
41
39
42
- # The following are a few example events you can configure
43
- # NOTE: Please make sure to change your handler code to work with those events
44
- # Check the event documentation for details
40
+ # The following are a few example events you can configure
41
+ # NOTE: Please make sure to change your handler code to work with those events
42
+ # Check the event documentation for details
45
43
events :
46
44
- http :
47
45
path : /usage/freecalls
You can’t perform that action at this time.
0 commit comments