Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NeptunLight/NeptunLight/DataAccess/StaticData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public IEnumerable<Institute> GetAvaialbleInstitutes()
yield return new Institute("GFF - Gál Ferenc Főiskola", new Uri("https://host.sdakft.hu/gffhw/"));
yield return new Institute("KE - Kaposvári Egyetem", new Uri("https://neptun.ke.hu/hallgato/"));
yield return new Institute("KRE - Károli Gáspár Református Egyetem", new Uri("https://neptun.kre.hu/hallgato/"));
yield return new Institute("MATE - Magyar Agrár- és Élettudományi Egyetem", new Uri("https://neptunhallgato.uni-mate.hu/hallgato/"));
yield return new Institute("ME - Miskolci Egyetem", new Uri("https://neptun32.uni-miskolc.hu/hallgato/"));
yield return new Institute("METU - Budapesti Metropolitan Egyetem", new Uri("https://neptunweb1.metropolitan.hu/hallgato/"));
yield return new Institute("MILTON - Milton Friedman Egyetem", new Uri("https://neptun.uni-milton.hu/hallgato/"));
Expand All @@ -33,7 +34,6 @@ public IEnumerable<Institute> GetAvaialbleInstitutes()
yield return new Institute("SE - Semmelweis Egyetem", new Uri("https://neptunweb.semmelweis.hu/hallgato/"));
yield return new Institute("SOE - Soproni Egyetem", new Uri("https://neptun3r.nyme.hu/hallgato/"));
yield return new Institute("SZE - Széchenyi István Egyetem", new Uri("https://netw8.nnet.sze.hu/hallgato/"));
yield return new Institute("SZIE - Szent István Egyetem", new Uri("https://web4.neptun.szie.hu/hallgato/"));
yield return new Institute("SZTE - Szegedi Tudományegyetem", new Uri("https://web4.neptun.u-szeged.hu/hallgato/"));
yield return new Institute("TE - Testnevelési Egyetem", new Uri("https://neptun.tf.hu/hallgato/"));
}
Expand Down