This commit is contained in:
Luiz H. R. Silva 2024-05-31 11:42:00 -03:00
parent 8c47725c37
commit d0fc5c971b
4 changed files with 304 additions and 303 deletions

View file

@ -58,6 +58,7 @@ gerar.then(() => {
app.use(express.json());
app.use(express.urlencoded());
app.use(cors());
app.get([PREFIXO, `${PREFIXO}/`], (req, res) => {
const html = (
<html lang="pt-BR">