Skip to content

Commit

Permalink
fix api url
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlettmiss committed Feb 18, 2024
1 parent 48cb4e9 commit 222af6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const nextConfig = {
// reactStrictMode: true,
env: {
// apiUrl: "http://localhost:8080/api",
apiUrl: "https://mypetjournal-lqkz3.ondigitalocean.app/api",
// apiUrl: "/api",
// apiUrl: "https://mypetjournal-lqkz3.ondigitalocean.app/api",
apiUrl: "/api",
},
images: {
unoptimized: true,
Expand Down

0 comments on commit 222af6e

Please sign in to comment.