Skip to content

Commit

Permalink
Fixed 500 error when posting from Centerdata to assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
mellelieuwes committed Dec 12, 2023
1 parent f68ea80 commit 6ece063
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 6ece063

Please sign in to comment.