Skip to content

Commit

Permalink
Hotspot suprimido
Browse files Browse the repository at this point in the history
  • Loading branch information
CANCI0 committed Apr 18, 2024
1 parent 6479a91 commit 06b724d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statsservice/stats-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const cors = require("cors");
const Stats = require("./model/stats-model.js");
const mongoose = require("mongoose");

//NO SONAR
const app = express();
app.disable("x-powered-by");

const port = 8004;

Expand Down

0 comments on commit 06b724d

Please sign in to comment.