mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-14 12:23:44 +02:00
Initial validator implementation for server creation
This commit is contained in:
@@ -54,6 +54,7 @@ class ServersController extends Controller
|
||||
|
||||
public function postNewServer(Request $request)
|
||||
{
|
||||
Server::addServer($request->all());
|
||||
return json_encode($request->all());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user