Skip to content

Commit

Permalink
Fix prod download urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Aug 15, 2024
1 parent d89779c commit 630c967
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion apps/api/src/handlers/updater.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Hono } from "hono/quick";
import {
getApiUrl,
getLatestVersions,
getPlatformDownloads,
getStars,
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ export const DISCORD_INVITE_LINK = "https://discord.gg/eXmeNkVjye";
export const GITHUB_URL = "https://github.com/overlayeddev/overlayed";

export const API_HOST =
process.env.NODE_ENV === "production" ? "https://update.overlayed.dev" : "";
process.env.NODE_ENV === "production" ? "https://api.overlayed.dev" : "";

0 comments on commit 630c967

Please sign in to comment.