Skip to content

Commit

Permalink
Merge pull request #382 from cuappdev/Jayson/BoomFix
Browse files Browse the repository at this point in the history
Quick boom fix
  • Loading branch information
vinnie4k authored Apr 18, 2024
2 parents 72137e7 + ea26c3e commit 0df06ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions TCAT.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.0.0;
MARKETING_VERSION = 2.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.cornellappdev.tcat;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -1118,7 +1118,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.0.0;
MARKETING_VERSION = 2.0.1;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" -DDEBUG";
"OTHER_SWIFT_FLAGS[arch=*]" = "$(inherited) \"-D\" \"COCOAPODS\"";
PRODUCT_BUNDLE_IDENTIFIER = com.cornellappdev.tcat.debug;
Expand Down Expand Up @@ -1217,7 +1217,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.0.0;
MARKETING_VERSION = 2.0.1;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" -DLOCAL";
"OTHER_SWIFT_FLAGS[arch=*]" = "$(inherited) \"-D\" \"COCOAPODS\"";
PRODUCT_BUNDLE_IDENTIFIER = com.cornellappdev.tcat.debug;
Expand Down
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 0df06ba

Please sign in to comment.