Skip to content

Commit

Permalink
fixed url
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasmus-Kibshede committed Dec 14, 2023
1 parent acee849 commit 76d9043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paths/urls.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const base = 'http://localhost:3000/';
const base = 'https://tinytitletinderserver.azurewebsites.net/';

export const getNames = `${base}names`;
export const getName = `${base}names/parent/`;
Expand Down

0 comments on commit 76d9043

Please # to comment.