We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b138502 commit 4a9c460Copy full SHA for 4a9c460
app/controller/blog.ts
@@ -5,7 +5,7 @@ import Condition from '../lib/condition';
5
export default class BlogController extends Controller {
6
7
public async home(ctx: Context) {
8
- await ctx.render('blog.js', { url: ctx.url });
+ await ctx.render('blog.js', { url: ctx.url })
9
}
10
11
public async list(ctx: Context) {
0 commit comments