We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd50d6c commit c824771Copy full SHA for c824771
api/go.mod
@@ -1,7 +1,8 @@
1
module github.com/NdoleStudio/httpsms
2
3
-go 1.22.7
4
-toolchain go1.23.2
+go 1.23.0
+
5
+toolchain go1.24.0
6
7
require (
8
cloud.google.com/go/cloudtasks v1.13.3
web/pages/index.vue
@@ -191,7 +191,8 @@
191
provide.
192
</h5>
193
<v-btn
194
- to="https://docs.httpsms.com/webhooks/introduction"
+ target="_blank"
195
+ href="https://docs.httpsms.com/webhooks/introduction"
196
class="primary mt-4"
197
>
198
<v-icon left>{{ mdiWebhook }}</v-icon>
0 commit comments