web: backend: Add CORS endpoints

This commit is contained in:
2025-11-11 10:48:36 -06:00
parent 49e4cdef59
commit 60fdf129a1
3 changed files with 27 additions and 10 deletions

View File

@@ -54,7 +54,7 @@ function server_test_usage()
@test view_data["solution"] !== nothing
# Clean up
rm(job_dir, recursive=true)
rm(job_dir, recursive = true)
finally
stop(server)
end