BREAKING CHANGE(devtools): Switch /reloadcheck endpoint from GET to POST in DevToolsController

This commit is contained in:
2025-12-02 21:10:25 +00:00
parent 424b742f84
commit fc6829f607
3 changed files with 9 additions and 2 deletions

View File

@@ -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');