Skip to content

Commit

Permalink
Fix public csv api key to correct one
Browse files Browse the repository at this point in the history
  • Loading branch information
etahto committed Jan 2, 2025
1 parent 56c5602 commit 9e977e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
(ByteBuffer/allocate buffer-size))

(def public-csv-key
"/api/csv/public/energiatodistukset.csv")
"/api/public/energiatodistukset/csv/energiatodistukset.csv")

(defn aineisto-key [aineisto-id]
(str "/api/signed/aineistot/" aineisto-id "/energiatodistukset.csv"))
Expand Down

0 comments on commit 9e977e9

Please sign in to comment.