Skip to content

Commit 932dd32

Browse files
committed
Added CORS allow list
1 parent 8754f21 commit 932dd32

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

backend/src/validation/schemas.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { z } from "zod";
22
import { config } from "../config";
3-
import { z } from "zod";
43

54
export const STELLAR_ACCOUNT_REGEX = /^G[A-Z2-7]{55}$/;
65
export const ASSET_CODE_REGEX = /^[A-Za-z0-9]{1,12}$/;

backend/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"forceConsistentCasingInFileNames": true,
1414
"resolveJsonModule": true,
1515
"declaration": true,
16-
"ignoreDeprecations":"5.0"
16+
"ignoreDeprecations": "6.0"
1717
},
1818
"include": ["src/**/*"],
1919
"exclude": ["node_modules", "dist"]

0 commit comments

Comments
 (0)