Skip to content

Commit 81c0ece

Browse files
Merge pull request #1490 from rocket-admin/saas-and-mobile-fixes
Saas and mobile fixes
2 parents 8363e3c + f63a646 commit 81c0ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/environments/environment.dev.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const environment = {
33
saas: false,
44
apiRoot: "https://app.rocketadmin.com/api",
55
saasURL: "https://app.rocketadmin.com",
6-
saasHostnames: ['localhost'],
6+
saasHostnames: ['localhost', '127.0.0.1'],
77
stagingHost: "",
88
version: '0.0.0'
99
};

0 commit comments

Comments
 (0)