File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ jira_test_env
26
26
/deployment /data /nginx /app.conf
27
27
* .sw ?
28
28
/backend /tests /regression /answer_quality /search_test_config.yaml
29
- venv /
29
+ venv /web / .env.production
Original file line number Diff line number Diff line change 1
1
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2
2
.env.sentry-build-plugin
3
+ .env.production
3
4
# dependencies
4
5
/node_modules
5
6
/.pnp
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export const basicLogin = async (
41
41
[ "password" , password ] ,
42
42
] ) ;
43
43
44
- const response = await fetch ( "/api/ auth/login" , {
44
+ const response = await fetch ( ` ${ process . env . NEXT_PUBLIC_INTERNAL_API_URL } / auth/login` , {
45
45
method : "POST" ,
46
46
credentials : "include" ,
47
47
headers : {
You can’t perform that action at this time.
0 commit comments