Merge pull request #512 from gotdibbs/Issue443

Rename /logout/ to /signout/ and /login/ to /signin/
This commit is contained in:
Hannah Wolfe 2013-08-25 10:06:53 -07:00
commit 163f88b83d
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
'debug/' : 'debug',
'register/' : 'register',
'signup/' : 'signup',
'login/' : 'login'
'signin/' : 'login'
},
signup: function () {

View File

@ -56,7 +56,7 @@
self = this;
$.ajax({
url: '/ghost/login/',
url: '/ghost/signin/',
type: 'POST',
data: {
email: email,