feat: overhaul server automation, files editor, and CS2 setup workflows
This commit is contained in:
@@ -51,8 +51,8 @@ export function CreateServerPage() {
|
||||
const [cpuLimit, setCpuLimit] = useState(100);
|
||||
|
||||
const { data: gamesData } = useQuery({
|
||||
queryKey: ['admin-games'],
|
||||
queryFn: () => api.get<PaginatedResponse<Game>>('/admin/games'),
|
||||
queryKey: ['games'],
|
||||
queryFn: () => api.get<PaginatedResponse<Game>>('/games'),
|
||||
});
|
||||
|
||||
const { data: nodesData } = useQuery({
|
||||
|
||||
Reference in New Issue
Block a user