fix: format
This commit is contained in:
@@ -84,8 +84,8 @@ if (!isProduction) {
|
|||||||
app.get('/', function (req, res) {
|
app.get('/', function (req, res) {
|
||||||
capture(
|
capture(
|
||||||
'maxun-oss-server-run', {
|
'maxun-oss-server-run', {
|
||||||
event: 'server_started',
|
event: 'server_started',
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
return res.send('Maxun server started 🚀');
|
return res.send('Maxun server started 🚀');
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user