userinforeqest
This commit is contained in:
parent
daf440e36b
commit
1dc2aa1022
@ -0,0 +1,19 @@
|
||||
package com.wasteinformationserver.website.datarequests
|
||||
|
||||
import com.wasteinformationserver.website.basicrequest.PostRequest
|
||||
import java.util.*
|
||||
|
||||
class UserInfoRequest : PostRequest() {
|
||||
override fun request(params: HashMap<String, String>): String {
|
||||
//TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
||||
when (params.get("action")) {
|
||||
"getlogins" -> {
|
||||
println("heyho")
|
||||
}
|
||||
""->{
|
||||
|
||||
}
|
||||
}
|
||||
return "{}";
|
||||
}
|
||||
}
|
0
src/resources/wwwroot/js/test.kts
Normal file
0
src/resources/wwwroot/js/test.kts
Normal file
Loading…
Reference in New Issue
Block a user