summaryrefslogtreecommitdiff
path: root/scripts/rz_api_mesh.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/rz_api_mesh.js')
-rw-r--r--scripts/rz_api_mesh.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/rz_api_mesh.js b/scripts/rz_api_mesh.js
new file mode 100644
index 00000000..3fba4aef
--- /dev/null
+++ b/scripts/rz_api_mesh.js
@@ -0,0 +1,9 @@
+/**
+ * API calls designed to execute in decentralized fashion
+ */
+define([], function() {
+ function RZ_API_Mesh() {
+
+ }
+ return new RZ_API_Mesh();
+});