Skip to content

Commit a053579

Browse files
committed
refactor: index mock server
1 parent ceba440 commit a053579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web_push_elixir/mock_server.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule WebPushElixir.MockServer do
99
|> Plug.Conn.send_resp(200, "ok")
1010
end
1111

12-
get "/example" do
12+
get "/" do
1313
conn
1414
|> put_resp_header("content-type", "text/html; charset=utf-8")
1515
|> Plug.Conn.send_file(200, "./lib/web_push_elixir/index.html")

0 commit comments

Comments
 (0)