1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 18:51:40 +02:00

chore: 200 status codes

This commit is contained in:
SychO9
2021-11-24 19:49:41 +01:00
parent 97ac47ea94
commit 5206e8e1dc
9 changed files with 10 additions and 10 deletions

View File

@@ -39,6 +39,6 @@ class UpdateExtensionController implements RequestHandlerInterface
new UpdateExtension($actor, $extensionId)
);
return new EmptyResponse();
return new EmptyResponse(200);
}
}