Skip to content

Commit 9dc61ae

Browse files
Rental test cycle (#25)
* Update generate.js for rental testing * API codegen update (#24) Co-authored-by: BatuevIO <124889562+BatuevIO@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c9bed97 commit 9dc61ae

File tree

2 files changed

+250
-38
lines changed

2 files changed

+250
-38
lines changed

scripts/generate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const apis = {
1313
social: "https://api.profcomff.com/social/openapi.json",
1414
userdata: "https://api.profcomff.com/userdata/openapi.json",
1515
achievement: "https://api.profcomff.com/achievement/openapi.json",
16-
rating: "https://api.profcomff.com/rating/openapi.json",
16+
rating: "https://api.test.profcomff.com/rating/openapi.json",
1717
rental: "https://api.profcomff.com/rental/openapi.json",
1818
};
1919

0 commit comments

Comments
 (0)