Skip to content

Commit

Permalink
add security
Browse files Browse the repository at this point in the history
  • Loading branch information
JollyGrin committed Dec 12, 2024
1 parent a2550d1 commit 6eb66f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcl-attend-frontend/src/services/apiClient.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import axios, { AxiosResponse } from "axios";

const baseUrl = "http://lorekeeper.xyz";
const baseUrl = "https://lorekeeper.xyz";

export type AttendRecord = {
address: string;
Expand Down

0 comments on commit 6eb66f3

Please sign in to comment.