Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OPENTECH
/
yoho-node-ci
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
2
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
2016-10-20 17:33:54 +0800
Commit
3bfc1a3b13b216fd489e1ab6d0f90cfd2c4a5125
1 parent
ff5e8e2f
fix bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/web/actions/api_cache.js
apps/web/actions/api_cache.js
View file @
3bfc1a3
...
...
@@ -51,7 +51,7 @@ const api_cache = {
return
ctx
.
body
=
{
code
:
200
};
}
}
,
async
flushAll
(
ctx
)
{
let
hosts
=
await
MemcachedHost
.
findAll
();
...
...
Please
register
or
login
to post a comment