Skip to content

Commit 07767a4

Browse files
authored
Merge pull request #132 from RustyRory/feat/127-middleware-login
feat(api): Fixes #127 - Middleware proxy
2 parents f7efa5a + d1794c4 commit 07767a4

12 files changed

Lines changed: 255 additions & 157 deletions
Binary file not shown.

saintBarthVolleyApp/frontend/.next/dev/cache/turbopack/0c06f068/LOG

Lines changed: 188 additions & 0 deletions
Large diffs are not rendered by default.

saintBarthVolleyApp/frontend/.next/dev/prerender-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"dynamicRoutes": {},
55
"notFoundRoutes": [],
66
"preview": {
7-
"previewModeId": "8a061fd67cf06111fcc0b74468ac3136",
8-
"previewModeSigningKey": "f439a48babcb2beba69c33b18b32790875f61fd4b43defe5179be0c7c19ec551",
9-
"previewModeEncryptionKey": "996551bb246f973c886178ad57edcab1f79f79101c7b9038738a05c82431c511"
7+
"previewModeId": "fdd512bdf7b5370b4665ac176e0b095f",
8+
"previewModeSigningKey": "087093a59e1b5d76d6059710c61eecb9f0c08c119932e4953bbeaae79227d7ea",
9+
"previewModeEncryptionKey": "4b1eb4ba2024284115db309e670c2b851f76601bf82594b72feb179c096d7153"
1010
}
1111
}
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
22
"/_not-found/page": "app/_not-found/page.js",
3-
"/api/auth/login/route": "app/api/auth/login/route.js",
4-
"/api/auth/register/route": "app/api/auth/register/route.js",
5-
"/login/page": "app/login/page.js",
6-
"/page": "app/page.js",
7-
"/register/page": "app/register/page.js"
3+
"/page": "app/page.js"
84
}

saintBarthVolleyApp/frontend/.next/dev/server/next-font-manifest.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

saintBarthVolleyApp/frontend/.next/dev/server/next-font-manifest.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,9 @@
44
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
55
"static/media/797e433ab948586e-s.p.dbea232f.woff2"
66
],
7-
"[project]/src/app/login/page": [
8-
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
9-
"static/media/797e433ab948586e-s.p.dbea232f.woff2"
10-
],
117
"[project]/src/app/page": [
128
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
139
"static/media/797e433ab948586e-s.p.dbea232f.woff2"
14-
],
15-
"[project]/src/app/register/page": [
16-
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
17-
"static/media/797e433ab948586e-s.p.dbea232f.woff2"
1810
]
1911
},
2012
"appUsingSizeAdjust": true,

saintBarthVolleyApp/frontend/.next/dev/static/chunks/[root-of-the-server]__0f0ba101._.css

Lines changed: 0 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

saintBarthVolleyApp/frontend/.next/dev/static/chunks/[root-of-the-server]__0f0ba101._.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

saintBarthVolleyApp/frontend/.next/dev/static/chunks/src_app_globals_css_bad6b30c._.single.css

Lines changed: 0 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

saintBarthVolleyApp/frontend/.next/dev/static/chunks/src_app_globals_css_bad6b30c._.single.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)