Skip to content

Commit

Permalink
Feat: Trigger production deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
nroh555 committed Sep 9, 2024
1 parent e7f674e commit 95bcf55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/pages/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default function About() {
useEffect(() => {
async function fetchExecs() {
try {
console.log(import.meta.env.VITE_API_URL);
const response = await axios.get(
`${import.meta.env.VITE_API_URL}/api/execs/`
);
Expand Down

0 comments on commit 95bcf55

Please sign in to comment.