Skip to content

Commit 59a4a49

Browse files
committed
chore: revert commit
1 parent 81f152f commit 59a4a49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend/src/main/java/com/park/utmstack/config/Constants.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,7 @@ public final class Constants {
164164
public static final List<String> API_ENDPOINT_IGNORE = Collections.emptyList();
165165

166166
// Application version file
167-
// public static final String APP_VERSION_FILE = "/updates/version.json";
168-
public static final String APP_VERSION_FILE = "/Users/mjabascal/UTMSTACK/version/version.json";
167+
public static final String APP_VERSION_FILE = "/updates/version.json";
169168

170169
public static final String ADMIN_EMAIL = "admin@localhost";
171170

0 commit comments

Comments
 (0)