Skip to content

Commit

Permalink
Merge pull request #6 from jeremycook/patch-1
Browse files Browse the repository at this point in the history
Changed web interface path just /hangfire
  • Loading branch information
odinserj committed Aug 28, 2014
2 parents db712de + 10a38a7 commit f2f5f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/send-email.rst
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ If you made a mistake in your ``NotifyNewComment`` method, you can fix it and re
// Break background job by setting null to emailService:
var emailService = null;
Compile a project, add a comment and go to the web interface by typing ``http://<your-app>/hangfire.axd``. Exceed all automatic attempts, then fix the job, restart the application, and click the ``Retry`` button on the *Failed jobs* page.
Compile a project, add a comment and go to the web interface by typing ``http://<your-app>/hangfire``. Exceed all automatic attempts, then fix the job, restart the application, and click the ``Retry`` button on the *Failed jobs* page.

Preserving current culture
---------------------------
Expand Down

0 comments on commit f2f5f45

Please sign in to comment.