From 58e6a69e611fd05261cabbcfac5e12b8cc688b57 Mon Sep 17 00:00:00 2001 From: Yan Guiborat Date: Thu, 5 Jan 2023 10:17:03 +0100 Subject: [PATCH] Formatting --- lib/archethic_web/explorer_router.ex | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/archethic_web/explorer_router.ex b/lib/archethic_web/explorer_router.ex index ad8479fbc0..9a32aa21b4 100644 --- a/lib/archethic_web/explorer_router.ex +++ b/lib/archethic_web/explorer_router.ex @@ -79,7 +79,13 @@ defmodule ArchethicWeb.ExplorerRouter do post("/transaction", ArchethicWeb.API.TransactionController, :new) post("/transaction_fee", ArchethicWeb.API.TransactionController, :transaction_fee) - get("/transaction/contract/simulator", ArchethicWeb.API.TransactionController, :validate_contract_execution) + + get( + "/transaction/contract/simulator", + ArchethicWeb.API.TransactionController, + :validate_contract_execution + ) + forward( "/graphiql", Absinthe.Plug.GraphiQL,