Skip to content

Commit

Permalink
http to https
Browse files Browse the repository at this point in the history
  • Loading branch information
kudoabhijeet committed Feb 13, 2025
1 parent a4f025e commit a951361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function Hero() {
): Promise<void> {
e.preventDefault();
try {
const response = await fetch("http://ku2.me/api/create", {
const response = await fetch("https://ku2.me/api/create", {
method: "POST",
headers: {
"Content-Type": "application/json",
Expand Down

0 comments on commit a951361

Please sign in to comment.