We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c60c7 commit dbbd207Copy full SHA for dbbd207
lamo.js
@@ -0,0 +1,11 @@
1
+const express = require('express')
2
+const app = express()
3
+const port = 3000
4
+
5
+app.get('/', (req, res) => {
6
+ res.send('add this link at :- https://ruptime.asitro.ml/add')
7
+})
8
9
+app.listen(port, () => {
10
+ console.log(`Example app listening on port ${port}`)
11
0 commit comments