Ludus should be able to request the contents of a file through the JS frontend #33
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: twc/ludus#33
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
It can!
Edited to add, for posterity: this was a real bear. We had to get
alea
set up to respond to CORS requests, which involved somehow forgetting that we needed to set up nginx and not (only?) gitea to respond to them.Also, the JS needed to make the fetch request using
{mode: cors}
to work (inludus.js
).