Skip to content

Commit

Permalink
Merge pull request #522 from eyra/hotfix-centerdata-post
Browse files Browse the repository at this point in the history
Fixed 500 error when posting from Centerdata to assignment
  • Loading branch information
mellelieuwes authored Dec 12, 2023
2 parents e40c3c7 + 6ece063 commit 9ab12b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/systems/assignment/_routes.ex
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defmodule Systems.Assignment.Routes do
get("/:id/:panel", ExternalPanelController, :create)
end

scope "/assignment/centerdata", Systems.Assignment do
scope "/assignment", Systems.Assignment do
pipe_through([:browser_unprotected])
post("/:id/:panel", ExternalPanelController, :create)
end
Expand Down

0 comments on commit 9ab12b9

Please sign in to comment.