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

Commit

Permalink
Fix missing 'end'.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkachowski committed Apr 4, 2023
1 parent bb8f69d commit 10dd1ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/block_scout_web/lib/block_scout_web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ defmodule BlockScoutWeb.Router do
scope "/verify_smart_contract" do
pipe_through(:api)

post("/contract-verifications", BlockScoutWeb.AddressContractVerificationController, :create)
post("/contract-verifications", BlockScoutWeb.AddressContractVerificationController, :create)
end
end

if Application.compile_env(:block_scout_web, WebRouter)[:enabled] do
Expand Down

0 comments on commit 10dd1ff

Please sign in to comment.