mirror of https://github.com/hykilpikonna/AquaDX
[allnet] Add naomitest.html endpoint
parent
7e0c2ce3fe
commit
c1f0b454d1
|
@ -56,6 +56,11 @@ public class AllNetController {
|
||||||
return "Server running";
|
return "Server running";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@GetMapping("/naomitest.html")
|
||||||
|
public String naomiTest() {
|
||||||
|
return "naomi ok";
|
||||||
|
}
|
||||||
|
|
||||||
@PostMapping(value = "/sys/servlet/DownloadOrder", produces = "text/plain")
|
@PostMapping(value = "/sys/servlet/DownloadOrder", produces = "text/plain")
|
||||||
public String downloadOrder(InputStream dataStream, HttpServletRequest req) throws IOException {
|
public String downloadOrder(InputStream dataStream, HttpServletRequest req) throws IOException {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue