Skip to content

Commit

Permalink
⚡ Update server to use https for LTA DataMall
Browse files Browse the repository at this point in the history
  • Loading branch information
TechSupportz committed Nov 30, 2024
1 parent 0e31d95 commit a02b655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/lta-api.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const ltaBaseUrl = "http://datamall2.mytransport.sg/ltaodataservice"
export const ltaBaseUrl = "https://datamall2.mytransport.sg/ltaodataservice"

export const ltaAPIHeaders: HeadersInit = {
AccountKey: process.env.LTA_API_KEY ?? "",
Expand Down

0 comments on commit a02b655

Please sign in to comment.