Authored by 姜枫

fix bug

... ... @@ -51,7 +51,7 @@ const api_cache = {
return ctx.body = {
code: 200
};
}
},
async flushAll(ctx) {
let hosts = await MemcachedHost.findAll();
... ...