Skip to content

Commit

Permalink
[Doc] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LaercioSantana committed Oct 9, 2016
1 parent 1751710 commit ed86a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/controllers/Messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ private function notify($listenersFirebaseIds, $notification){
* ]
*/
/**
* @api {get} /routes/:idRoute/buses/:idBus/messages Requisitar mensagens de um onibus
* @api {get} /routes/:idRoute/buses/:idBus/messages/ Requisitar mensagens de um onibus
* @apiName GetBusMessages
* @apiGroup Messages
* @apiPermission client
Expand Down Expand Up @@ -225,7 +225,7 @@ function getMessages($idRoutes, $idBus){
return $this->makeJsonRespose($notifications, 200);
}
/**
* @api {post} /routes/:idRoute/messages Registrar um usuário firebase para receber mensagens(Android)
* @api {post} /routes/:idRoute/messages/register Registrar um usuário firebase para receber mensagens(Android)
* @apiName RegisterNotificationMessages
* @apiGroup Messages
* @apiPermission client
Expand Down

0 comments on commit ed86a70

Please sign in to comment.