Hu-Fi / Mr.Market

Mr. Market is the exchange oracle of HuFi, and a CeFi crypto bot on Mixin Messenger
https://mr-market-one.vercel.app
GNU Affero General Public License v3.0
1 stars 6 forks source link

Get database status endpoint for admin page /manage/database #94

Closed zed-wong closed 3 months ago

zed-wong commented 3 months ago

Build a controller for page /manage/database in admin page. We need to return the status of every table in db, and make sure database is in good shape. This endpoint also should be protected by @UseGuards(JwtAuthGuard)