Skip to content

Commit

Permalink
Merge branch 'release/v1.0.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiagoTeodoro committed Apr 13, 2020
2 parents 90a2881 + 1e7380d commit 50ca2df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h6 style="margin-right: 10px; margin-left: 10px;">By: Thiago Teodoro Rodrigues<

<p class="flow-text" style="margin-right: 10px; margin-left: 10px;">

O projeto brazil-covid-cities-api disponível do <a href="https://github.com/ThiagoTeodoro/brazil-covid-cities-api/tree/master">GitHub</a> consiste em um agrupador que
O projeto brazil-covid-cities-api disponível no <a href="https://github.com/ThiagoTeodoro/brazil-covid-cities-api/tree/master">GitHub</a> consiste em um agrupador que
coleta os dados da fonte <a href="https://brasil.io/dataset/covid19/caso">Brasil.io</a> e agrega valor geográfico aos dados para
construção de visualizações.
<br/>
Expand Down
1 change: 1 addition & 0 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const app = express();
//Permitindo requisições de todas as origens
app.use(cors());

//Pasta com os arquivos estáticos disponiveis na WEB da sua aplicação. Nossa View está aqui por exemplo no index.html
app.use(express.static('public'));

//Definindo tipo padrão de retorno
Expand Down

0 comments on commit 50ca2df

Please sign in to comment.