update env baseAPIurl

This commit is contained in:
2024-07-24 14:47:58 +02:00
parent e9ec217651
commit f57dcd2b51
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ void main() async {
AppEnviroment.setupEnv(Enviroment.prod);
SuperTokens.init(
apiDomain: AppEnviroment.baseApiUrl,
apiBasePath: "/api/auth",
apiBasePath: "/auth",
);
runApp(const MzanziInnovationHub());
}