Skip to content

Commit

Permalink
fix: change back base_url
Browse files Browse the repository at this point in the history
  • Loading branch information
AsoDesu committed Jan 12, 2024
1 parent 58871c2 commit c508e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/stagecoach.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Service } from "./stagecoachTypes"

const BASE_URL = "http://localhost:8080"
const BASE_URL = ""

export function fetchVehicleInfo(fleetNo: string): Promise<Service> {
return fetch(`${BASE_URL}/api/stagecoach/vehicle/${fleetNo}`)
Expand Down

0 comments on commit c508e04

Please sign in to comment.