mirror of
https://github.com/186526/handlers.js
synced 2024-10-13 00:29:43 +00:00
release: 0.0.3-1
This commit is contained in:
@ -45,7 +45,7 @@ App.route('/info/(.*)')
|
||||
App.create(
|
||||
'GET',
|
||||
(): Promise<handlersJS.response<any>> =>
|
||||
new Promise((resolve) => {
|
||||
new Promise(() => {
|
||||
throw new handlersJS.response('hit');
|
||||
}),
|
||||
),
|
||||
|
Reference in New Issue
Block a user