<?php
/**
 * @SWG\Swagger(
 *      basePath="/[service_alias]/anomalies",
 *     	host="[server]",
 *    	schemes={"[protocol]"},
 *     	produces={  
 *          "application/json",
  "application/xml",
  "text/html"
 * 		},
 *     @SWG\Info(
 *         version="1.0.0",
 *         title="Cadastre Test Rest",
 *         description="All features to access server operation for cadastre",
 *     )
 * )
 */
?>

<h1 class="titleOverview">Service Anomalies </h1>
<p>
    <a class="linkOverview" href="javascript:sService='anomalies';LoadApi()">anomalies</a>
</p>