mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-25 18:42:31 +01:00
Revert
This commit is contained in:
parent
ce0d6b9634
commit
eb11ef5729
@ -118,19 +118,16 @@ class RouteServiceProvider extends ServiceProvider
|
||||
return;
|
||||
}
|
||||
|
||||
Route::middleware('cors')->group(function () {
|
||||
// Simulate Node Ping
|
||||
Route::get('/api/system', fn () => [
|
||||
'version' => '1.7.0',
|
||||
'kernel_version' => '5.4.0-126-generic',
|
||||
'architecture' => 'amd64',
|
||||
'os' => 'linux',
|
||||
'cpu_count' => 2,
|
||||
]);
|
||||
|
||||
// Simulate Node Ping
|
||||
Route::get('/api/system', fn () => [
|
||||
'version' => '1.7.0',
|
||||
'kernel_version' => '5.4.0-126-generic',
|
||||
'architecture' => 'amd64',
|
||||
'os' => 'linux',
|
||||
'cpu_count' => 2,
|
||||
]);
|
||||
|
||||
// Simulate Successful Server Creation
|
||||
Route::post('/api/servers', fn () => []);
|
||||
});
|
||||
// Simulate Successful Server Creation
|
||||
Route::post('/api/servers', fn () => []);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user