chore: More linting
This commit is contained in:
parent
8e187a947a
commit
a416b8b860
134 changed files with 1041 additions and 1055 deletions
|
@ -1,5 +1,5 @@
|
|||
import cors from 'cors'
|
||||
|
||||
export default app => {
|
||||
export default (app) => {
|
||||
app.use(cors())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue