Skip to content

Commit

Permalink
remove /api prefix from generators
Browse files Browse the repository at this point in the history
  • Loading branch information
ksevelyar committed Nov 4, 2023
1 parent 50814ee commit 7fa24a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ config :market, MarketWeb.Endpoint,
# at the `config/runtime.exs`.
config :market, Market.Mailer, adapter: Swoosh.Adapters.Local

config :market, :generators, api_prefix: ""

# Configures Elixir's Logger
config :logger, :console,
format: "$time $metadata[$level] $message\n",
Expand Down

0 comments on commit 7fa24a8

Please sign in to comment.