Skip to content

Commit

Permalink
Merge pull request #72 from CaptainFact/dev/emails
Browse files Browse the repository at this point in the history
dev(Emails): Make the procedure to dev emails clearer
  • Loading branch information
Betree authored Dec 29, 2018
2 parents 0147f5a + 56485fc commit 61dc73c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ Following services will be started:
- [localhost:4003](https://localhost:4003) - GraphQL API (https)
- [localhost:4004](http://localhost:4004) - Atom feed

You can also see all the mail sent by going to http://localhost:4000/_dev/mail

## Other useful commands

- `mix test` --> Run tests
Expand Down
2 changes: 1 addition & 1 deletion apps/cf_rest_api/lib/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ defmodule CF.RestApi.Router do
plug(:accepts, ["html"])
end

scope "/jouge42" do
scope "/_dev/" do
pipe_through([:browser])
forward("/mail", Bamboo.SentEmailViewerPlug)
end
Expand Down

0 comments on commit 61dc73c

Please sign in to comment.