feat: UI authTip to accessTip && worker / path return OK (#158)

This commit is contained in:
Dream Hunter
2024-04-23 12:50:20 +08:00
committed by GitHub
parent 58dcdc65f8
commit a3edb09305
8 changed files with 44 additions and 19 deletions

View File

@@ -57,6 +57,8 @@ app.route('/', adminApi)
app.route('/', apiV1)
app.route('/', apiSendMail)
app.get('/', async c => c.text("OK"))
app.get('/health_check', async c => c.text("OK"))
app.all('/*', async c => c.text("Not Found", 404))