Skip to content

Commit

Permalink
Merge pull request #85 from naari3/change-api-url
Browse files Browse the repository at this point in the history
Follow up changing API URL
  • Loading branch information
naari3 authored Apr 6, 2024
2 parents 0c16962 + 927e42a commit 31e9bb1
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 31e9bb1

Please sign in to comment.