From 3547335a57890bb1d7fc3ebe8336d687e644134b Mon Sep 17 00:00:00 2001
From: Thiago Abdo <tja14@inf.ufpr.br>
Date: Mon, 13 Mar 2017 14:17:16 -0300
Subject: [PATCH] fix url to presentation

Signed-off-by: Thiago Abdo <tja14@inf.ufpr.br>
---
 useful/image_generator/utils.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/useful/image_generator/utils.h b/useful/image_generator/utils.h
index 9ed1ac75..da1eb66a 100644
--- a/useful/image_generator/utils.h
+++ b/useful/image_generator/utils.h
@@ -11,7 +11,8 @@
 
 static const char UPLOAD_REQUEST[] = "request=newupload&nparts=10&name="; //nparts HAS to be the same as NUMBER_OF_PARTS
 //static const char API_URL[] = "http://192.168.0.6/slx-admin/api.php?do=webservice";
-static const char API_URL[] = "http://slxboxdev.c3sl.ufpr.br/slx-admin/api.php?do=webservice";
+//static const char API_URL[] = "http://slxboxdev.c3sl.ufpr.br/slx-admin/api.php?do=webservice";
+static const char API_URL[] = "https://slxbox.c3sl.ufpr.br/slx-admin/api.php?do=webservice";
 static const int NUMBER_OF_PARTS = 10; //
 static const char CLONE_STG4_SCRIPT[] = "./clone_stage4.sh";
 static const char CLONE_STG4_SCRIPT_DUMMY[] = "./clone_stage4-dummy.sh";
-- 
GitLab