mirror of
https://github.com/SinTan1729/chhoto-url
synced 2024-12-26 07:38:36 -06:00
Renamed one folder
This commit is contained in:
parent
b803f5805d
commit
8956519a10
6 changed files with 7 additions and 7 deletions
|
@ -13,7 +13,7 @@ repositories {
|
|||
|
||||
jar {
|
||||
manifest {
|
||||
attributes "Main-Class": "tk.sintan1729.url.App"
|
||||
attributes "Main-Class": "tk.SinTan1729.url.App"
|
||||
}
|
||||
|
||||
from {
|
||||
|
@ -29,5 +29,5 @@ dependencies {
|
|||
}
|
||||
|
||||
application {
|
||||
mainClassName = 'tk.sintan1729.url.App'
|
||||
mainClassName = 'tk.SinTan1729.url.App'
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package tk.sintan1729.url;
|
||||
package tk.SinTan1729.url;
|
||||
|
||||
import static spark.Spark.*;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package tk.sintan1729.url;
|
||||
package tk.SinTan1729.url;
|
||||
|
||||
import com.qmetric.spark.authentication.AuthenticationDetails;
|
||||
import com.qmetric.spark.authentication.BasicAuthenticationFilter;
|
|
@ -1,4 +1,4 @@
|
|||
package tk.sintan1729.url;
|
||||
package tk.SinTan1729.url;
|
||||
|
||||
import org.eclipse.jetty.http.HttpStatus;
|
||||
import spark.Request;
|
|
@ -1,4 +1,4 @@
|
|||
package tk.sintan1729.url;
|
||||
package tk.SinTan1729.url;
|
||||
|
||||
import java.sql.*;
|
||||
import java.util.ArrayList;
|
|
@ -1,4 +1,4 @@
|
|||
package tk.sintan1729.url;
|
||||
package tk.SinTan1729.url;
|
||||
|
||||
import java.util.Random;
|
||||
import java.util.regex.Pattern;
|
Loading…
Reference in a new issue