Skip to content

Commit db4d970

Browse files
committed
feat(deploy): add cors logic eight
1 parent a89b9b6 commit db4d970

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nodejs-autospace/resource-service/src/db/data-source.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const AppDataSource = new DataSource({
99
},
1010
synchronize: false,
1111
logging: true,
12-
entities: [__dirname + "/../modules/**/*.entity.{ts,js}"],
12+
entities: [__dirname + "/../modules/**/*.entity.js"],
1313
});
1414

1515
setInterval(async () => {

0 commit comments

Comments
 (0)