Update AppImage

This commit is contained in:
MacRimi
2025-11-11 22:00:44 +01:00
parent e97e1363ae
commit 6b2065e43c
2 changed files with 2 additions and 2 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