Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IdeiasAges
IdeiasAges
Wiki
rest api routes
rest api routes
· Changes
Page history
Update rest api routes
authored
May 12, 2017
by
Juliano Silva da Silva
Hide whitespace changes
Inline
Side-by-side
rest-api-routes.md
View page @
df6b524d
...
...
@@ -125,7 +125,7 @@ OU
dataType
:
"
json
"
,
type
:
"
GET
"
,
success
:
function
(
r
)
{
if
(
r
.
success
){
if
(
r
.
user
.
cpf
!==
null
&&
r
.
user
.
cpf
!==
""
){
//Faça alguma coisa em caso de sucesso
}
else
{
//Faça alguma coisa em caso de erro
...
...