Skip to content

Commit

Permalink
Added namegraph domain instead of raw IP for SDK default URL (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
BanaSeba authored Dec 6, 2024
1 parent 11800c8 commit 25733aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/namegraph-sdk/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import fetch from "cross-fetch";

const DEFAULT_ENDPOINT = "http://100.24.45.225/";
const DEFAULT_ENDPOINT = "http://api.namegraph.dev/";

export const NameGraphGroupingCategory = {
related: "related",
Expand Down

0 comments on commit 25733aa

Please sign in to comment.