Authored by 姜枫

fix bug

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