diff options
Diffstat (limited to 'ebin/chttpd.appup')
-rw-r--r-- | ebin/chttpd.appup | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ebin/chttpd.appup b/ebin/chttpd.appup new file mode 100644 index 00000000..f0c687f7 --- /dev/null +++ b/ebin/chttpd.appup @@ -0,0 +1,5 @@ +{"1.0.1",[{"1.0",[ + {load_module, chttpd_misc}, + {load_module, chttpd}, + {load_module, cloudant_auth} +]}],[{"1.0",[]}]}. |