Update chatsnap url

This commit is contained in:
Keir Nellyer 2016-07-26 16:51:59 +01:00
parent 369246f635
commit 2a167745a6
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ public class SnapshotRepository
return URL_PREFIX + reportId; return URL_PREFIX + reportId;
} }
private static final String URL_PREFIX = "http://file.mineplex.com/chatsnap/view.php?id="; private static final String URL_PREFIX = "http://report.mineplex.com/chatsnap/view.php?id=";
private static final String INSERT_SNAPSHOT = "INSERT INTO snapshots (senderId, `server`, `time`, message, snapshotType) VALUES (?, ?, ?, ?, ?);"; private static final String INSERT_SNAPSHOT = "INSERT INTO snapshots (senderId, `server`, `time`, message, snapshotType) VALUES (?, ?, ?, ?, ?);";
private static final String INSERT_SNAPSHOT_RECIPIENT = "INSERT INTO snapshotRecipients (snapshotId, recipientId) VALUES (?, ?);"; private static final String INSERT_SNAPSHOT_RECIPIENT = "INSERT INTO snapshotRecipients (snapshotId, recipientId) VALUES (?, ?);";