@@ -35,7 +35,7 @@ public class OrderFileController extends BaseController {
@GetMapping()
public String file()
{
- return prefix + "/orderFile";
+ return prefix + "/orderfile";
}
/**