Skip to content

Commit

Permalink
fix(client): purge url?
Browse files Browse the repository at this point in the history
  • Loading branch information
oddyamill authored Oct 5, 2024
1 parent 2f94c7c commit 2dfc8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/client/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var (
recipientsURL = ApiUrl + "/api/recipients"
studyPeriodsURL = ApiUrl + "/api/study_periods"

purgeCacheURL = ApiUrl + "/internal/purge-cache"
purgeCacheURL = ApiUrl + "/../internal/purge-cache"
)

func lessonMarksURL(id int) string {
Expand Down

0 comments on commit 2dfc8ea

Please sign in to comment.