File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ const Routes = (app) => {
140140 } ) ;
141141 }
142142 else {
143- res . redirect ( "mailto:" + data . mail + "?subject=Bhagavad%20Gita%20API%20Authentication%20key&body=Hi%20" + data . name + "%2C%0A%0Awelcome%20to%20the%20Bhagavad%20Gita%20API!%0AYour%20API%20key%3A%20" + data . _id + "%0A%0AUse%20it%20as%20the%20'x-api-key'%20header%20when%20making%20any%20request%20to%20the%20API%2C%20or%20by%20adding%20as%20a%20query%20string%20parameter%20e.g.%0A'api_key%3D" + data . _id + "'%0A%0AMore%20details%20on%20authentication.%0AVisit%20our%20official%20API%20Documentation.%0Adocs.vedicscriptures .github.io%2Fapi-reference%2Fauthentication%0A%0AOr%20if%20you%20need%20any%20example%20code%2C%20or%20have%20any%20questions%20then%20checkout%20the%20forum%3A%0Ahttps%3A%2F%2Fgithub.com%2Fvedicscriptures%2Fbhagavad-gita-api%2Fdiscussions%2F3%0A%0AAll%20the%20best%2C%20Pt.%20Prashant%20Tripathi.%20https%3A%2F%2Fgithub.com%2Fptprashanttripathi%0A%0ABig%20love!" ) ;
143+ res . redirect ( "mailto:" + data . mail + "?subject=Bhagavad%20Gita%20API%20Authentication%20key&body=Hi%20" + data . name + "%2C%0A%0Awelcome%20to%20the%20Bhagavad%20Gita%20API!%0AYour%20API%20key%3A%20" + data . _id + "%0A%0AUse%20it%20as%20the%20'x-api-key'%20header%20when%20making%20any%20request%20to%20the%20API%2C%20or%20by%20adding%20as%20a%20query%20string%20parameter%20e.g.%0A'api_key%3D" + data . _id + "'%0A%0AMore%20details%20on%20authentication.%0AVisit%20our%20official%20API%20Documentation.%0Avedicscriptures .github.io%2Fapi-reference%2Fauthentication%0A%0AOr%20if%20you%20need%20any%20example%20code%2C%20or%20have%20any%20questions%20then%20checkout%20the%20forum%3A%0Ahttps%3A%2F%2Fgithub.com%2Fvedicscriptures%2Fbhagavad-gita-api%2Fdiscussions%2F3%0A%0AAll%20the%20best%2C%20Pt.%20Prashant%20Tripathi.%20https%3A%2F%2Fgithub.com%2Fptprashanttripathi%0A%0ABig%20love!" ) ;
144144 }
145145 } ) ;
146146 } ) ;
You can’t perform that action at this time.
0 commit comments