collabdocchat 1.2.11 → 1.2.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "collabdocchat",
3
- "version": "1.2.11",
3
+ "version": "1.2.13",
4
4
  "description": "开源的实时协作文档聊天平台 - 集成任务管理、多人文档编辑、智能点名功能",
5
5
  "main": "./server/index.js",
6
6
  "type": "module",
@@ -1,4 +1,4 @@
1
- const API_URL = 'http://localhost:8765/api';
1
+ const API_URL = 'http://localhost:3000/api';
2
2
 
3
3
  export class ApiService {
4
4
  constructor() {
@@ -1,4 +1,4 @@
1
- const API_URL = 'http://localhost:8765/api';
1
+ const API_URL = 'http://localhost:3000/api';
2
2
 
3
3
  export class AuthService {
4
4
  async login(username, password) {