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