mirror of
https://github.com/LCE-Hub/piston.git
synced 2026-07-17 15:57:21 +00:00
fix: cors proxy
This commit is contained in:
parent
bf26f9efc8
commit
37574a5e4c
|
|
@ -3,6 +3,7 @@ export interface MetaJson {
|
|||
name: string;
|
||||
author: string;
|
||||
description: string;
|
||||
extended_description: string;
|
||||
category: string | string[];
|
||||
thumbnail: string;
|
||||
zips: Record<string, string>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue