Skip to content

Commit

Permalink
quick boom fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JaysonHahn committed Apr 18, 2024
1 parent 72137e7 commit 40efbc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TCAT/Network/Endpoints.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ extension Endpoint {
originName: start.name,
uid: uid
)

return Endpoint(path: Constants.Endpoints.getRoutes, body: body)
// MARK: - Temporary fix for Boom
return Endpoint(path: "/api/v2"+Constants.Endpoints.getRoutes, body: body, useCommonPath: false)
}

static func getMultiRoutes(
Expand Down

0 comments on commit 40efbc6

Please sign in to comment.