Skip to content

Commit 9166b56

Browse files
authored
Merge pull request #94 from OpenSIST/dev
star
2 parents bdb5417 + 03421a8 commit 9166b56

33 files changed

Lines changed: 871 additions & 296 deletions

File tree

public/avatars/zbm.png

105 KB
Loading

src/APIs/APIs.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ export const GET_POST_CONTENT = ROOT + "api/query/post_content";
3333
export const REMOVE_POST = ROOT + "api/mutating/remove_post";
3434
export const ADD_POST = ROOT + "api/mutating/new_post";
3535
export const MODIFY_POST = ROOT + "api/mutating/modify_post";
36+
export const COLLECT_PROGRAM = ROOT + "api/user/collect_program";
37+
export const UNCOLLECT_PROGRAM = ROOT + "api/user/un_collect_program";
81.2 KB
Loading
38.4 KB
Loading
33.2 KB
Loading
-66.3 KB
Loading
-41.2 KB
Loading
-194 KB
Loading
-114 KB
Loading
-66.5 KB
Loading

0 commit comments

Comments
 (0)