/api/v1/acccounts --> /api/v1/accounts
This commit is contained in:
parent
2d7398e9d1
commit
e3f11545b7
|
@ -104,7 +104,7 @@ app.post('/oauth/revoke', emptyObjectController);
|
|||
app.post('/oauth/authorize', oauthAuthorizeController);
|
||||
app.get('/oauth/authorize', oauthController);
|
||||
|
||||
app.post('/api/v1/acccounts', requireProof({ pow: Conf.pow.registrations }), createAccountController);
|
||||
app.post('/api/v1/accounts', requireProof({ pow: Conf.pow.registrations }), createAccountController);
|
||||
app.get('/api/v1/accounts/verify_credentials', requirePubkey, verifyCredentialsController);
|
||||
app.patch('/api/v1/accounts/update_credentials', requirePubkey, updateCredentialsController);
|
||||
app.get('/api/v1/accounts/search', accountSearchController);
|
||||
|
|
Loading…
Reference in New Issue