Skip to content

Commit 80ab13e

Browse files
authored
Merge pull request #1 from adv4000/staging
Update index.js
2 parents afb7317 + b5fd8a6 commit 80ab13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
//-----------------------------------------------------------------------------
55

66
exports.helloWorld = (req, res) => {
7-
const message="<font color='blue'>СloudFunction of Denis Astahov!</font><br><b>App Version 1.0</b>";
7+
const message="<font color='blue'>СloudFunction of Denis Astahov!</font><br><b>App Version 1.1</b>";
88
res.status(200).send(message);
99
};

0 commit comments

Comments
 (0)