We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d15ec commit 66ec001Copy full SHA for 66ec001
1 file changed
07-cloud/01-basic/02-azure-ftp/README.md
@@ -37,7 +37,6 @@ const PORT = process.env.PORT || 8081;
37
app.listen(PORT, () => {
38
console.log(`App running on http://localhost:${PORT}`);
39
});
40
-
41
```
42
43
We can run it on local:
@@ -83,8 +82,6 @@ Go to resource.
83
82
84
Enable FTP:
85
86
87
88

89
90
Navigate to `Deployment Center`:
0 commit comments