[API/Vulcan] Add edu.lublin.eu register support.

This commit is contained in:
Kuba Szczodrzyński 2019-10-31 15:40:59 +01:00
parent 188470a043
commit a15f59fbd1

View File

@ -858,6 +858,12 @@ public class Vulcan implements EdziennikInterface {
case "KA2":
apiUrl = "https://uonetplus-komunikacja-test.mcuw.katowice.eu/"+symbol+"/";
break;
case "LU1":
apiUrl = "https://uonetplus-komunikacja.edu.lublin.eu/"+symbol+"/";
break;
case "LU2":
apiUrl = "https://test-uonetplus-komunikacja.edu.lublin.eu/"+symbol+"/";
break;
case "P03":
apiUrl = "https://efeb-komunikacja-pro-efebmobile.pro.vulcan.pl/"+symbol+"/";
break;