mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
fix: all pages now use the right backend url + backend uses .env of root too
This commit is contained in:
parent
0d92719258
commit
607d496f2a
11 changed files with 22 additions and 14 deletions
|
|
@ -19,7 +19,7 @@ export default function TMZConverter() {
|
|||
|
||||
try {
|
||||
const response = await fetch(
|
||||
process.env.backend_url + "/api/tmz-convert",
|
||||
process.env.NEXT_PUBLIC_BACKEND_URL + "/api/tmz-convert",
|
||||
{
|
||||
method: "POST",
|
||||
headers: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue