Skip to content

Commit

Permalink
deploy: 9ed8450
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhhdev committed Sep 30, 2024
1 parent 765a457 commit 95fdaad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 2039/assets/configurations/nginx.conf.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
server {
listen 80;
listen ${TWAKECHAT_LISTEN_PORT};

location = / {
return 301 ${TWAKECHAT_BASE_HREF};
Expand Down
2 changes: 1 addition & 1 deletion 2039/flutter_bootstrap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions 2039/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const RESOURCES = {"assets/AssetManifest.json": "b91921e97704202d0756c5584d1c2ea
"assets/assets/verification.png": "cfafe6d01ed9f2b08312157bc2fd36d3",
"assets/assets/backup.png": "9c1f3ddbb59cee5be2c72ae4eabead1e",
"assets/assets/twake.svg": "8c765d6c60c4e632d8d961370bac8a1a",
"assets/configurations/nginx.conf.template": "8954bac5354b0e8217f0b57bf579322b",
"assets/configurations/nginx.conf.template": "7796b95ab3d0a7b020ec448a67b15768",
"assets/configurations/app_dashboard.json": "3329a7ae9879ab65d164ccdc36a97487",
"assets/configurations/icons/ic_twake_calendar.svg": "6a1446a27fc7eacb04a3696afe046ced",
"assets/configurations/icons/ic_twake_visio.svg": "8083ff213dbd4dd386f89133c789e00e",
Expand Down Expand Up @@ -714,11 +714,11 @@ const RESOURCES = {"assets/AssetManifest.json": "b91921e97704202d0756c5584d1c2ea
"icons/Icon-512.png": "8cb72d8ec7a7be72007869f008b36bfa",
"icons/Icon-192.png": "c4a581a01d1e71f9a111bdb9daace08d",
"auth.html": "753913b429e0217a2c870bdafd63d063",
"flutter_bootstrap.js": "12733e0150aad0fdfaa597fb7db0cf82",
"flutter_bootstrap.js": "153253e97a91b1aaeb9761dee976cdf0",
"favicon.png": "2e69080e35d3ca42d9e9f78474df7d20",
"flutter.js": "f31737fb005cd3a3c6bd9355efd33061",
"index.html": "9fe9f6577909001b3d6e8402be89cdcb",
"/": "9fe9f6577909001b3d6e8402be89cdcb",
"index.html": "e01382acd5c0c38c71fa930afd9973a3",
"/": "e01382acd5c0c38c71fa930afd9973a3",
"version.json": "7b5bdfb5cb78cc2d490cd7301068a9f0",
"manifest.json": "f3c8e18d38224185c23bbca2dc0e3f4a",
"splash/img/branding-3x.png": "a8f173d5d7f1f15be6a3f8cb4f00a9bd",
Expand Down
2 changes: 1 addition & 1 deletion 2039/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<script src="splash/splash.js"></script>
<script>
// The value below is injected by flutter build, do not touch.
var serviceWorkerVersion = '"3676637992"';
var serviceWorkerVersion = '"2065322328"';
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down

0 comments on commit 95fdaad

Please sign in to comment.