Skip to content

Commit fc8345b

Browse files
committed
add home page
1 parent aed8792 commit fc8345b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ app.use(async(ctx) => {
7070
MySQL Version: ${mysqlVersion[0].version}<br />
7171
MongoDB Version: ${mongoVersion.version}<br />
7272
Redis Version: ${redisVersion}
73+
<div style="margin-top:20px">
74+
Power by <a href="http://www.myfreax.com/" target="_blank">Freax</a>
75+
</div>
7376
`;
7477
} catch (e) {
7578
ctx.status = 500;

0 commit comments

Comments
 (0)