BREAKING CHANGE(devtools): Switch /reloadcheck endpoint from GET to POST in DevToolsController
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@api.global/typedserver',
|
||||
version: '4.1.1',
|
||||
version: '5.0.0',
|
||||
description: 'A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.'
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ export class DevToolsController {
|
||||
});
|
||||
}
|
||||
|
||||
@plugins.smartserve.Get('/reloadcheck')
|
||||
@plugins.smartserve.Post('/reloadcheck')
|
||||
async reloadCheck(ctx: plugins.smartserve.IRequestContext): Promise<Response> {
|
||||
console.log('got request for reloadcheck');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user