Skip to content

Commit 45ef133

Browse files
committed
fix: test4branch
1 parent 3c1bf1a commit 45ef133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/app.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ app.use(
3535
);
3636

3737
// app allow cors
38-
app.use(cors());
38+
app.use(cors());//111
3939

4040
/*
4141
* Check request

0 commit comments

Comments
 (0)