diff --git a/KSKInterface/src/sg/edu/smu/ksketch2/KSketch_Config.as b/KSKInterface/src/sg/edu/smu/ksketch2/KSketch_Config.as index 0a6b2c3e..7d36d105 100644 --- a/KSKInterface/src/sg/edu/smu/ksketch2/KSketch_Config.as +++ b/KSKInterface/src/sg/edu/smu/ksketch2/KSketch_Config.as @@ -3,7 +3,7 @@ */ package sg.edu.smu.ksketch2 { public class KSketch_Config { - public static const host_name = "http://ed92f17c.ngrok.io" + public static const host_name = "http://ksketch.smu.edu.sg" public static const email = "ksketch@smu.edu.sg" public static var isMobile:Boolean = false; }