Fix path
This commit is contained in:
parent
55397641b9
commit
bfc8667b4e
@ -4,7 +4,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = 'tech.nevets'
|
||||
version = '1.0.0'
|
||||
version = '1.0.1'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
@ -34,8 +34,6 @@ public class Images {
|
||||
yPos = 16;
|
||||
}
|
||||
|
||||
|
||||
|
||||
imageG2D.drawImage(resizeImage(fgImage, newWidth, newHeight), xPos, yPos, newWidth, newHeight, null);
|
||||
imageG2D.dispose();
|
||||
|
||||
|
@ -19,7 +19,7 @@ public class Main {
|
||||
port(8080);
|
||||
}
|
||||
|
||||
post("/upload", new GenerateRoute());
|
||||
post("/igformatter/upload", new GenerateRoute());
|
||||
|
||||
Timer timer = new Timer(true);
|
||||
timer.scheduleAtFixedRate(new TempCleanUpTask(), 0, 5 * 60 * 1000);
|
||||
|
Loading…
Reference in New Issue
Block a user