Skip to content

Commit

Permalink
refactor: new pocketbase host
Browse files Browse the repository at this point in the history
  • Loading branch information
Penkie committed Feb 17, 2024
1 parent 2bb0ea5 commit 5fca0a5
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.development.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const environment = {
API_URL: 'https://oscarprince.fly.dev'
API_URL: 'https://pb.oscarprince.ch'
};
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const environment = {
API_URL: 'https://oscarprince.fly.dev'
API_URL: 'https://pb.oscarprince.ch'
};

0 comments on commit 5fca0a5

Please sign in to comment.