Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
AE-2036: Add 'Internal' to Aineisto API's internal routes' tag
Browse files Browse the repository at this point in the history
  • Loading branch information
solita-juhohaa committed Dec 12, 2023
1 parent 6518c15 commit 504993b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etp-backend/src/main/clj/solita/etp/handler.clj
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
["/internal"
(concat (tag "Laskutus API" laskutus-api/routes)
(tag "Laatija Internal API" laatija-api/internal-routes)
(tag "Aineisto API" aineisto-api/internal-routes))]]
(tag "Aineisto Internal API" aineisto-api/internal-routes))]]
(when config/allow-palveluvayla-api
["/palveluvayla" ["/openapi.json" {:get {:no-doc true :openapi {:info {:title "Energiatodistuspalvelu API" :description "Hae energiatodistuksia pdf tai json muodoissa"}
:id "Palveluväylä"}
Expand Down

0 comments on commit 504993b

Please sign in to comment.