mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-08 21:07:27 +08:00
[allnet] Add naomitest.html endpoint
This commit is contained in:
@@ -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 {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user