feat(sourcemaps-reader): health
This commit is contained in:
parent
d955362330
commit
eadc5aced8
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ const heapdump = process.env.heapdump === "1";
|
|||
|
||||
const app = express();
|
||||
app.use(request_logger("[SR]"));
|
||||
app.get([PREFIX, `${PREFIX}/`, `${PREFIX}/${P_KEY}`, `${PREFIX}/${P_KEY}/`], (req, res) => {
|
||||
app.get(['/', PREFIX, `${PREFIX}/`, `${PREFIX}/${P_KEY}`, `${PREFIX}/${P_KEY}/`], (req, res) => {
|
||||
res.statusCode = 200;
|
||||
res.end("ok!");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue