Skip to content

Commit

Permalink
fix: api search endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tien Nam Dao committed Oct 31, 2022
1 parent 295c94b commit 2c2879c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api_list.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const API_LIST = {
SEARCH: '/search?keyword=',
SEARCH: '/api/v1/search?keyword=',

ALL_BLOCKS: '/api/v1/blocks',
BLOCKS: '/api/v1/blocks/',
Expand Down

0 comments on commit 2c2879c

Please sign in to comment.