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