@@ -0,0 +1,7 @@
import { Router } from 'express';
export const defaultRoute = Router();
defaultRoute.get('/', (req, res) => {
res.send("What's up doc ?!");
});
The note is not visible to the blocked user.