There was an error while loading. Please reload this page.
2 parents afb7317 + b5fd8a6 commit 80ab13eCopy full SHA for 80ab13e
index.js
@@ -4,6 +4,6 @@
4
//-----------------------------------------------------------------------------
5
6
exports.helloWorld = (req, res) => {
7
- const message="<font color='blue'>СloudFunction of Denis Astahov!</font><br><b>App Version 1.0</b>";
+ const message="<font color='blue'>СloudFunction of Denis Astahov!</font><br><b>App Version 1.1</b>";
8
res.status(200).send(message);
9
};
0 commit comments