Skip to content

Commit

Permalink
Merge pull request #83 from teknologi-umum/fix/move-site-endpoint
Browse files Browse the repository at this point in the history
fix: move backend endpoint on frontend
  • Loading branch information
aldy505 authored Oct 21, 2023
2 parents f5d98ab + 9a51525 commit 36e4960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineNuxtConfig({
eventSchedule: true,
aggressiveIntroduction: true,
fifaChampionship: false,
backendBaseUrl: process.env.NODE_ENV === "development" ? "http://localhost:8080" : "https://conf.teknologiumum.com/api",
backendBaseUrl: process.env.NODE_ENV === "development" ? "http://localhost:8080" : "https://conference.teknologiumum.com/api",
sentryDSN: process.env.SENTRY_DSN,
}
},
Expand Down

0 comments on commit 36e4960

Please sign in to comment.