Initial Commit, updated function names and created some comments to better explain the code
This commit is contained in:
10
set_endpoint_events.uc
Normal file
10
set_endpoint_events.uc
Normal file
@@ -0,0 +1,10 @@
|
||||
const event_fns = {}
|
||||
|
||||
# Set country midendpoint with a specific provider
|
||||
event_fns["set_midpoint_country"] = {}
|
||||
#
|
||||
event_fns["set_proxy_props"] = {}
|
||||
|
||||
return {
|
||||
event_fns: event_fns
|
||||
}
|
||||
Reference in New Issue
Block a user