Skip to content

Commit

Permalink
missed log
Browse files Browse the repository at this point in the history
  • Loading branch information
Carson-Shaar committed Jan 16, 2024
1 parent afbaec4 commit 22ce35a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zt_frontend/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import axios from 'axios'

const getBaseUrl = async () => {
const response = await axios.get(import.meta.env.VITE_BACKEND_URL + "base_path");
console.log(response.data)
return response.data
}

Expand Down

0 comments on commit 22ce35a

Please sign in to comment.