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 2de40d1 commit adff2bbCopy full SHA for adff2bb
server/index.js
@@ -7,7 +7,7 @@ const app = express();
7
app.use(express.json());
8
9
app.get('/', (req, res) => {
10
- res.send('Wellcome Gateway database');
+ res.send('ok');
11
});
12
13
app.get('/available/:key', (req, res) => {
0 commit comments