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 @@ -10,7 +10,7 @@ public IEnumerable<Institute> GetAvaialbleInstitutes()
{
yield return new Institute("BCE - Budapesti Corvinus Egyetem", new Uri("https://neptun3r.web.uni-corvinus.hu/Hallgatoi/"));
yield return new Institute("BGE - Budapesti Gazdasági Egyetem", new Uri("https://neptun2.uni-bge.hu/hallgato/"));
yield return new Institute("BME - Budapesti Műszaki és Gazdaságtudományi Egyetem", new Uri("https://frame.neptun.bme.hu/hallgatoi/"));
yield return new Institute("BME - Budapesti Műszaki és Gazdaságtudományi Egyetem", new Uri("https://neptun.bme.hu/hallgatoi/"));
yield return new Institute("DE - Debreceni Egyetem", new Uri("https://www-3.neptun.unideb.hu/hallgato/"));
yield return new Institute("DUE - Dunaújvárosi Egyetem", new Uri("https://nappw.dfad.duf.hu/hallgato/"));
yield return new Institute("EDUTUS - Edutus Egyetem", new Uri("https://neptun.edutus.hu/hallgato/"));
Expand Down