Browse Source

Don't cache article

pull/6/head
Menci 5 years ago
parent
commit
73a7174a60
  1. 2
      models/article.ts

2
models/article.ts

@ -9,7 +9,7 @@ declare var syzoj: any;
@TypeORM.Entity()
export default class Article extends Model {
static cache = true;
static cache = false;
@TypeORM.PrimaryGeneratedColumn()
id: number;

Loading…
Cancel
Save