mirror of
git://f0xx.org/ac/ac-be-builder
synced 2026-08-12 18:12:50 +03:00
Builder BE: docker home env + Gitea CI webhook status.
Mirror ac-ms-build runner fixes for cluster PHP-FPM (user nobody). Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -33,6 +33,10 @@ if ($route === '/api/heartbeat.php' || str_ends_with($route, '/api/heartbeat.php
|
||||
require __DIR__ . '/api/heartbeat.php';
|
||||
exit;
|
||||
}
|
||||
if ($route === '/api/build_webhook.php' || str_ends_with($route, '/api/build_webhook.php')) {
|
||||
require __DIR__ . '/api/build_webhook.php';
|
||||
exit;
|
||||
}
|
||||
|
||||
if ($route === '/logout') {
|
||||
Auth::logout();
|
||||
|
||||
Reference in New Issue
Block a user