Skip to content

Commit

Permalink
using key paths not value
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbrix committed Jul 24, 2023
1 parent 24195f6 commit 739332a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Session+Requests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ extension Session {
body = .init(value: value)
}

var pathComponents: [String] { ["session", session.id, "value"] }
var pathComponents: [String] { ["session", session.id, "keys"] }
var method: HTTPMethod { .post }
var body: Body

Expand Down

0 comments on commit 739332a

Please sign in to comment.