Skip to content

Commit

Permalink
Merge branch 'main' into feat/mention-everything
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmTomahawkx committed Jan 3, 2025
2 parents d4183b0 + 71e7fe3 commit b9f79e3
Show file tree
Hide file tree
Showing 32 changed files with 2,241 additions and 1,652 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
if: github.event_name != 'pull_request' && github.ref_name == 'main'
uses: nev7n/wait_for_response@v1
with:
url: "http://localhost:8000/"
url: "http://localhost:14702/"

- name: Checkout API repository
if: github.event_name != 'pull_request' && github.ref_name == 'main'
Expand All @@ -79,7 +79,7 @@ jobs:

- name: Download OpenAPI specification
if: github.event_name != 'pull_request' && github.ref_name == 'main'
run: curl http://localhost:8000/openapi.json -o api/OpenAPI.json
run: curl http://localhost:14702/openapi.json -o api/OpenAPI.json

- name: Commit changes
if: github.event_name != 'pull_request' && github.ref_name == 'main'
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ target

.vercel
.DS_Store

.idea
Loading

0 comments on commit b9f79e3

Please sign in to comment.