build endpoints

This commit is contained in:
2026-08-05 20:12:35 +02:00
parent 1e974bdcc9
commit 4e2c45dc45
25 changed files with 603 additions and 252 deletions
+3 -1
View File
@@ -8,6 +8,8 @@ WarpEngine::Engine.routes.draw do
get "softwares/:name/builds", to: "software_builds#show"
end
get "update", to: "update#update"
post "build/upload", to: "build/uploads#create"
post "build/publish", to: "build/publish#create"
get "file/*path", to: "files#show", format: false
end