This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ### Requísitos | |
| #### Listar todos os pedidos | |
| ``` | |
| Método: get | |
| URL: /pedidos | |
| Body: vazio ou com querys para filtragem | |
| Status response: 200 | |
| ``` | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ### Requísitos | |
| #### Listar todos os pedidos | |
| ``` | |
| Método: get | |
| URL: /pedidos | |
| Body: vazio ou com querys para filtragem | |
| Status response: 200 | |
| ``` | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ### Requísitos | |
| #### Listar todos os pedidos | |
| ``` | |
| Método: get | |
| URL: /pedidos | |
| Body: vazio ou com querys para filtragem | |
| Status response: 200 | |
| ``` | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | function handlerGenerateBg(type) { | |
| switch (type) { | |
| case "Fire": | |
| return "linear-gradient(174deg, rgba(190,91,21,1) 0%, rgba(249,158,94,1) 43%, rgba(240,128,49,1) 75%)"; | |
| case "Grass": | |
| return "linear-gradient(174deg, rgba(91,166,54,1) 0%, rgba(178,255,139,1) 43%, rgba(141,238,92,1) 75%)"; | |
| case "Water": | |
| return "linear-gradient(174deg, rgba(24,53,124,1) 0%, rgba(148,180,255,1) 43%, rgba(104,144,240,1) 75%)"; | |
| case "Normal": | |
| return "linear-gradient(174deg, rgba(129,129,94,1) 0%, rgba(200,200,172,1) 43%, rgba(168,168,120,1) 75%)"; |