update env baseAPIurl
This commit is contained in:
parent
e9ec217651
commit
f57dcd2b51
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ void main() async {
|
|||
AppEnviroment.setupEnv(Enviroment.prod);
|
||||
SuperTokens.init(
|
||||
apiDomain: AppEnviroment.baseApiUrl,
|
||||
apiBasePath: "/api/auth",
|
||||
apiBasePath: "/auth",
|
||||
);
|
||||
runApp(const MzanziInnovationHub());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue