@@ -38,7 +38,7 @@ const start = async () => {
const api = await createApi(vendo, config);
app.use("/api", api);
app.use('/web', express.static(webdir));
app.use('/', express.static(webdir));
app.listen(config.port, (err) => {
if (err) {
The note is not visible to the blocked user.