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

View file

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