Resolve dashboard API requests under subpath #66
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stackchain/stackchain-dashboard#66
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "timmy/65-resolve-dashboard-api-requests-under-subpath"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #65
Use document-relative API request URLs so the production
/dashboard/deployment calls/dashboard/api/v1/contextand/dashboard/api/v1/eventsinstead of the forge root. Includes a URL-resolution regression test.Tests:
python3 -m pytest tests/ -q(44 passed).