mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Basic VM functionality
This commit is contained in:
@@ -28,6 +28,8 @@ export async function PUT(request: NextRequest) {
|
||||
const updatedServer = await prisma.server.update({
|
||||
where: { id },
|
||||
data: {
|
||||
host,
|
||||
hostServer,
|
||||
name,
|
||||
os,
|
||||
ip,
|
||||
|
||||
Reference in New Issue
Block a user