Skip to content

Commit

Permalink
Update Navbar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jyuenbeep authored Nov 12, 2024
1 parent 1c1601d commit 9eea14c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export default function Navbar() {
{links}

{/* Once POST API is out -- Currently WIP */}
<!-- <FileUpload uploadUrl="http://localhost:8080/api/v2/mcap/upload" /> -->
<FileUpload uploadUrl={`${import.meta.env.VITE_API_URL}/api/v2/mcaps/bulk_upload`}/>

{/* Optionally render active link or other content here */}
Expand Down

0 comments on commit 9eea14c

Please sign in to comment.