fix: don't hardcode the API endpoint for meetup subscribe links

This commit is contained in:
Abner Coimbre
2024-11-03 21:39:33 -08:00
parent 56904909c5
commit e5682c20a0
2 changed files with 2 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
{{ .Params.Description }}
</div>
<form action = "https://api.handmadecities.com/v1/meetups/seattle" method = "POST">
<form action = "{{ .Params.Api_endpoint }}" method = "POST">
<input type = "email" class="col-8 text-black" id = "email" name = "email" placeholder='Email...' required/>
<br>
<br>