forked from firka/student-legacy
wrong api lol
This commit is contained in:
parent
6a1cb9f3eb
commit
cd0c821bae
@ -103,8 +103,8 @@ class KretaAPI {
|
||||
}
|
||||
|
||||
class BaseKreta {
|
||||
static String kreta(String iss) => "http://127.0.0.1";
|
||||
static const kretaIdp = "http://127.0.0.1";
|
||||
static String kreta(String iss) => "https://$iss.e-kreta.hu";
|
||||
static const kretaIdp = "https://idp.e-kreta.hu";
|
||||
static const kretaAdmin = "https://eugyintezes.e-kreta.hu";
|
||||
static const kretaFiles = "https://files.e-kreta.hu";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user