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