summaryrefslogtreecommitdiff
path: root/static/webcam
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-02-25 08:25:23 -0500
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-02-25 08:25:23 -0500
commit4aaeea62170be62bb7dfef953a7b0b447196e18a (patch)
treecc285c7472b99ee2b109b48b04ad20db96b2fd86 /static/webcam
parentc4b8c62ffe424e8c3b45519d113905384f3b9b87 (diff)
Added PROD changes
Diffstat (limited to 'static/webcam')
-rw-r--r--static/webcam/webcam.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/webcam/webcam.js b/static/webcam/webcam.js
index 3e3b4fd..42af499 100644
--- a/static/webcam/webcam.js
+++ b/static/webcam/webcam.js
@@ -27,7 +27,7 @@ window.webcam = {
}, // callback hook functions
init: function(){
- webcam.set_api_url( '/upload' );
+ webcam.set_api_url( '/upload/message' );
webcam.set_swf_url('/static/webcam/webcam.swf')
webcam.set_quality( 90 );
webcam.set_shutter_sound(false);