Skip to content

Commit

Permalink
add /import-templates endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
elpoelma committed Jan 9, 2025
1 parent 986974d commit 0997961
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/dispatcher/dispatcher.ex
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ defmodule Dispatcher do
Proxy.forward conn, [], "http://template-export/export"
end

post "/import-templates" do
Proxy.forward conn, [], "http://template-export/import"
end

#######################################################################
# SPARQL #
#######################################################################
Expand Down

0 comments on commit 0997961

Please sign in to comment.