build
This commit is contained in:
parent
8c47725c37
commit
d0fc5c971b
4 changed files with 304 additions and 303 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue