Skip to content

Commit

Permalink
Patch : bug API MIT
Browse files Browse the repository at this point in the history
  • Loading branch information
bdavidxyz authored Sep 28, 2023
1 parent b63089d commit 905baff
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install dependencies
run: yarn
- name: Install Playwright Browsers
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

# CHANGELOG

## 1.20.5 (28/09/2023)

* Ubug - API ne fonctionne plus

## 1.20.4 (28/09/2023)

* Ucut - suppression du traffic iframe trop important grâce à un middleware
Expand Down
2 changes: 2 additions & 0 deletions middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ export function middleware(request) {
`,
{ status: 200, headers: { "content-type": "text/html", charset: "utf-8" } }
);
} else {
return NextResponse.next();
}
}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"lint": "next lint",
"prepare": "husky install"
},
"engines": {
"node": "18",
"npm": "8"
},
"dependencies": {
"@dnd-kit/core": "^6.0.7",
"@dnd-kit/sortable": "^7.0.2",
Expand Down

0 comments on commit 905baff

Please sign in to comment.