Skip to content

Commit

Permalink
Follow up changing API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
naari3 committed Apr 2, 2024
1 parent 0c16962 commit 927e42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/search.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint @typescript-eslint/no-unused-vars: 0 */
// https://site.nicovideo.jp/search-api-docs/search.html
const BASE_URL = "https://api.search.nicovideo.jp/";
const BASE_URL = "https://snapshot.search.nicovideo.jp/";

import * as Sentry from "@sentry/node";

Expand Down

0 comments on commit 927e42a

Please sign in to comment.