diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-29 19:43:49 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-01-04 14:19:23 +0000 |
commit | 705509400742a757f2abe9399711197a37a07e74 (patch) | |
tree | 2a9b01ed8f26d59d7ea9cefe5046fc6743e0421a /binding/export.map | |
parent | 8363df0356c20c92f6dae175b3c8b83b1032e6ff (diff) |
Languages changing depending on identity logged in
Change-Id: I8eca6e0f7ddd042c9434132537eeccd74b982718
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'binding/export.map')
-rw-r--r-- | binding/export.map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binding/export.map b/binding/export.map index 52c1b4a..eea0d7b 100644 --- a/binding/export.map +++ b/binding/export.map @@ -1 +1 @@ -{ global: afbBindingV1*; local: *; }; +{ global: afbBindingV2*; local: *; }; |