make downloading jars easier
All checks were successful
/ Build BaseBand SPLServer (push) Successful in 18s
All checks were successful
/ Build BaseBand SPLServer (push) Successful in 18s
This commit is contained in:
parent
6c18fae2d9
commit
704ad859e2
1 changed files with 4 additions and 1 deletions
|
@ -128,7 +128,10 @@ func dir { | with client dir location ;
|
|||
|
||||
func handle-client { | with client ;
|
||||
client:read;
|
||||
|
||||
client:path:ends-with<".jar"> if {
|
||||
client:path:sub<0 client:path:len 4 -> client:=path
|
||||
}
|
||||
|
||||
|
||||
"/refresh" client:path eq if {
|
||||
client:server:cached-files if {
|
||||
|
|
Loading…
Add table
Reference in a new issue