1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12:00

Removed unwanted exit functions

This commit is contained in:
Eldad Fux 2020-06-24 23:32:33 +03:00
parent f0261ba2d2
commit 2bc0bef105

View file

@ -86,8 +86,6 @@ $avatarCallback = function ($type, $code, $width, $height, $quality) use ($types
echo $data;
unset($resize);
exit(0);
};
$utopia->get('/v1/avatars/credit-cards/:code')
@ -199,8 +197,6 @@ $utopia->get('/v1/avatars/image')
echo $data;
unset($resize);
exit(0);
}
);
@ -353,8 +349,6 @@ $utopia->get('/v1/avatars/favicon')
echo $data;
unset($resize);
exit(0);
}
);