Skip to content

Commit

Permalink
Fix dispatcher syntax error in config
Browse files Browse the repository at this point in the history
  • Loading branch information
Riadabd committed Jan 12, 2023
1 parent 7e6e52f commit 3d251ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/dispatcher/dispatcher.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule Dispatcher do
@any %{}
@json %{ accept: %{ json: true } }
@html %{ accept: %{ html: true } }
@image %{ accept: ${ image: true } }
@image %{ accept: %{ image: true } }

match "/validate/*path", @json do
Proxy.forward conn, path, "http://validator/validate"
Expand Down
Empty file added data/db/virtuoso.ini
Empty file.

0 comments on commit 3d251ae

Please sign in to comment.