Skip to content

Commit

Permalink
rspress: bump version to 1.35.1, scripts: fix API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
hayzamjs committed Oct 25, 2024
1 parent cd62c8a commit 48972b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded/rspress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-player": "2.16.0",
"rspress": "1.28.0",
"rspress": "1.35.1",
"typescript": "5.5.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/dummy-data.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { LoremIpsum } from "lorem-ipsum";

const ENDPOINT = 'http://127.0.0.1:2727';
const ENDPOINT = 'http://127.0.0.1:2727/kal-api';
const TOKEN = await authenticateUser('admin', 'admin');

const documentations = [
Expand Down

0 comments on commit 48972b1

Please sign in to comment.