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:
@@ -39,6 +39,6 @@ class UpdateExtensionController implements RequestHandlerInterface
|
||||
new UpdateExtension($actor, $extensionId)
|
||||
);
|
||||
|
||||
return new EmptyResponse();
|
||||
return new EmptyResponse(200);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user