Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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(); |
-
Please register or login to post a comment