Commit da414944 authored by Liang Ding's avatar Liang Ding

🎨 #12688

parent e2416303
...@@ -53,7 +53,7 @@ public class KanBanNiangProcessor { ...@@ -53,7 +53,7 @@ public class KanBanNiangProcessor {
* *
* @param context the specified request context * @param context the specified request context
*/ */
@RequestProcessing(value = "/plugins/kanbanniang/assert/model", method = HttpMethod.GET) @RequestProcessing(value = "/plugins/kanbanniang/assets/model", method = HttpMethod.GET)
public void randomModel(final RequestContext context) { public void randomModel(final RequestContext context) {
final JsonRenderer renderer = new JsonRenderer(); final JsonRenderer renderer = new JsonRenderer();
context.setRenderer(renderer); context.setRenderer(renderer);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment