Route tab broken: fetch calls missing auth token #41
Reference in New Issue
Block a user
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?
Route planner used raw fetch() instead of api() wrapper. Auth middleware rejected all 6 endpoint calls. Technicians never loaded -> select a technician error. Fixed all 6 fetch() -> api() calls in static/index.html.