We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed8792 commit fc8345bCopy full SHA for fc8345b
1 file changed
app.js
@@ -70,6 +70,9 @@ app.use(async(ctx) => {
70
MySQL Version: ${mysqlVersion[0].version}<br />
71
MongoDB Version: ${mongoVersion.version}<br />
72
Redis Version: ${redisVersion}
73
+ <div style="margin-top:20px">
74
+ Power by <a href="http://www.myfreax.com/" target="_blank">Freax</a>
75
+ </div>
76
`;
77
} catch (e) {
78
ctx.status = 500;
0 commit comments