Skip to content

Commit

Permalink
migrate koodiklinikka backend to fly.io
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa authored and akx committed Sep 25, 2022
1 parent 71921ea commit a00450d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/api.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const host = process.env.SERVER || "https://koodiklinikka-api.herokuapp.com/";
const host = process.env.SERVER || "https://koodiklinikka-api.fly.dev/";

export default function getApiURL(path) {
return host + path;
Expand Down

0 comments on commit a00450d

Please sign in to comment.