Skip to content

Commit

Permalink
OOPS. revert environment bs
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Nov 5, 2023
1 parent 9e55ecf commit be9da5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/environments/environment.development.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { IEnvironment } from "./environment-interface";

export const environment: IEnvironment = {
production: false,
// apiBaseUrl: "http://127.0.0.1:10061/api/v3"
apiBaseUrl: "https://refresh.jvyden.xyz/api/v3"
apiBaseUrl: "http://127.0.0.1:10061/api/v3"
// apiBaseUrl: "https://refresh.jvyden.xyz/api/v3"
};

0 comments on commit be9da5e

Please sign in to comment.