Skip to content

Commit

Permalink
Use https
Browse files Browse the repository at this point in the history
  • Loading branch information
ochan12 authored Apr 29, 2024
1 parent 3069996 commit 6478892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const configs: Record<string, Environment> = {
apiUrl: "http://localhost:8080",
},
production: {
apiUrl: "http://api.ochandorena.dev",
apiUrl: "https://api.ochandorena.dev",
},
};

Expand Down

0 comments on commit 6478892

Please sign in to comment.