Skip to content

Commit

Permalink
Merge pull request #10 from Metal079/develop
Browse files Browse the repository at this point in the history
moved api to local cloudflare tunnel
  • Loading branch information
Metal079 authored Dec 2, 2024
2 parents b177622 + 4273bd6 commit 9375e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const environment = {
production: true,
discordRedirectUri: 'https://mobians.ai/', // Replace with your production redirect URI
apiBaseUrl: 'https://mobians.azurewebsites.net',
apiBaseUrl: 'https://api.mobians.ai',
isDevJob: false,
};

2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const environment = {
production: false,
discordRedirectUri: 'http://localhost:4200/', // Replace with your development redirect URI
apiBaseUrl: 'http://localhost:9000',
apiBaseUrl: 'http://localhost:9001',
isDevJob: true,
};

0 comments on commit 9375e1c

Please sign in to comment.