Skip to content

Commit 48735f3

Browse files
committed
Correct path syntax
1 parent 0360894 commit 48735f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/Universal Links/OrderDetailsRoute.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Foundation
22

33
struct OrderDetailsRoute: Route {
4-
let path = "orders/details"
4+
let path = "/orders/details"
55
let action: NavigationAction = OrderDetailsNavigationAction()
66
}
77

0 commit comments

Comments
 (0)