Skip to content

Commit 5b625ec

Browse files
authored
refactor: use Executor server header value
1 parent cd872b4 commit 5b625ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/http.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
Http::onRequest()
2828
->inject('response')
2929
->action(function (Response $response) {
30-
$response->addHeader('Server', 'OpenRuntimes Executor');
30+
$response->addHeader('Server', 'Executor');
3131
});
3232

3333
run(function () {

0 commit comments

Comments
 (0)