updated bucket name

parent 8223a5c5
Showing with 1 additions and 1 deletions
...@@ -9,7 +9,7 @@ class Upload extends CI_Controller { ...@@ -9,7 +9,7 @@ class Upload extends CI_Controller {
public function upload() { public function upload() {
$this->load->helper('upload'); $this->load->helper('upload');
if (ENVIRONMENT == 'production') { if (ENVIRONMENT == 'production') {
$url = upload_to_bucket('wbt2020', 'uploads'); $url = upload_to_bucket('wbt2020.appspot.com', 'uploads');
} else { } else {
$url = upload_to_local('./uploads'); $url = upload_to_local('./uploads');
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment