forked from Cookies_Public/AquaDX
[allnet] Add naomitest.html endpoint
This commit is contained in:
parent
7e0c2ce3fe
commit
c1f0b454d1
@ -56,6 +56,11 @@ public class AllNetController {
|
||||
return "Server running";
|
||||
}
|
||||
|
||||
@GetMapping("/naomitest.html")
|
||||
public String naomiTest() {
|
||||
return "naomi ok";
|
||||
}
|
||||
|
||||
@PostMapping(value = "/sys/servlet/DownloadOrder", produces = "text/plain")
|
||||
public String downloadOrder(InputStream dataStream, HttpServletRequest req) throws IOException {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user