Skip to content

Commit

Permalink
Switch to new lesson endpoint (#40)
Browse files Browse the repository at this point in the history
switch to new lesson endpoint
  • Loading branch information
hbeckmann committed Jul 18, 2024
1 parent b6c31f9 commit a3e3f09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/lessons.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ type Lesson struct {
}

func FetchLesson(uuid string) (*Lesson, error) {
resp, err := fetchWithAuth("GET", "/v1/lessons/"+uuid)
resp, err := fetchWithAuth("GET", "/v1/static/lessons/"+uuid)
if err != nil {
return nil, err
}
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.6.1
v2.0.0

0 comments on commit a3e3f09

Please # to comment.