Skip to content

Commit

Permalink
fix: test4branch
Browse files Browse the repository at this point in the history
  • Loading branch information
RingoTC committed Mar 6, 2024
1 parent 3c1bf1a commit 45ef133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ app.use(
);

// app allow cors
app.use(cors());
app.use(cors());//111

Check failure on line 38 in server/app.ts

View workflow job for this annotation

GitHub Actions / Run all tests

Expected exception block, space or tab after '//' in comment

/*
* Check request
Expand Down

0 comments on commit 45ef133

Please sign in to comment.