Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Nov 27, 2023
1 parent 094b9f8 commit e5bac2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
<body class="bg-gray-100">

<div id="login" class="flex items-center justify-center">
<div class="flex flex-col items-center mt-[10vh]">
<div class="flex flex-col items-center">

<img src="logo-color.svg" width="320px" height="320px"/>
<img src="logo-color.svg" width="240px" height="240px"/>

<div class="space-y-2 space-x-2 flex">
<div class="space-y-2 space-x-2 flex max-w-[280px]">

<!-- Google -->
<div id="g_id_onload"
Expand Down
2 changes: 1 addition & 1 deletion web/subs.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function loadSubscriptions() {
},
cache: "default",
}
fetch("https://api.awakari.cloud/v1/sub", optsReq)
fetch("/v1/sub", optsReq)
.then(resp => {
if (!resp.ok) {
throw new Error(`Request failed with status: ${resp.status}`);
Expand Down

0 comments on commit e5bac2c

Please sign in to comment.