Update AppImage

This commit is contained in:
MacRimi
2025-11-30 20:25:44 +01:00
parent d1db34445e
commit 040d7564ed
3 changed files with 52 additions and 20 deletions

View File

@@ -9,7 +9,7 @@
* Can be changed to 8009 for beta testing
* This can also be set via NEXT_PUBLIC_API_PORT environment variable
*/
export const API_PORT = process.env.NEXT_PUBLIC_API_PORT || "8009"
export const API_PORT = process.env.NEXT_PUBLIC_API_PORT || "8008"
/**
* Gets the base URL for API calls