release: 0.0.3-1

This commit is contained in:
2024-08-01 13:26:50 +08:00
parent 79b9fba1cd
commit 89c5ed561a
12 changed files with 484 additions and 31 deletions

View File

@ -45,7 +45,7 @@ App.route('/info/(.*)')
App.create(
'GET',
(): Promise<handlersJS.response<any>> =>
new Promise((resolve) => {
new Promise(() => {
throw new handlersJS.response('hit');
}),
),