Skip to content

Commit

Permalink
Merge pull request #22 from bookracy/fix/default-backend-url
Browse files Browse the repository at this point in the history
change backend url
  • Loading branch information
JorrinKievit authored Sep 2, 2024
2 parents e1b1057 + 140f03f commit 776c1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const useSettingsStore = create<SettingsStoreState>()(
persist(
(set) => ({
language: "en",
backendURL: "https://backend.bookracy.org",
backendURL: "https://backend.bookracy.ru",
theme: "dark",

setLanguage: (language) => set({ language }),
Expand Down

0 comments on commit 776c1cc

Please sign in to comment.