Skip to content

Commit

Permalink
Changed server link: Login and Registration is done
Browse files Browse the repository at this point in the history
  • Loading branch information
Takudzwamz committed Nov 20, 2023
1 parent e67ebd5 commit fe0b374
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/proxy.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"/api": {
"target": "http://107.23.166.62:8080",
"target": "https://apilkpatsienta.tech",
"secure": false,
"logLevel": "debug",
"changeOrigin": true,
Expand Down
2 changes: 1 addition & 1 deletion client/src/environments/environment.development.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const environment = {
production: false,
apiUrl: 'http://107.23.166.62:8080'
apiUrl: 'https://apilkpatsienta.tech'
};

2 changes: 1 addition & 1 deletion client/src/environments/environment.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const environment = {
production: false,
apiUrl: 'http://107.23.166.62:8080'
apiUrl: 'https://apilkpatsienta.tech'
};

0 comments on commit fe0b374

Please sign in to comment.