Skip to content

Commit

Permalink
updated backend endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuldeep-knoldus committed Jul 16, 2024
1 parent aced8f7 commit 28dc331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blogs-analyzer-ui/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { NgxLoggerLevel } from "ngx-logger";

export const environment = {
production: true,
apiUrl: 'http://34.100.166.202/api',
apiUrl: 'http://35.244.36.216/api',
logLevel: NgxLoggerLevel.DEBUG,
serverLogLevel: NgxLoggerLevel.ERROR
};

0 comments on commit 28dc331

Please sign in to comment.