Serve Woodpecker pipeline configs from the engine (/build/config)
This commit is contained in:
@@ -10,6 +10,8 @@ WarpEngine::Engine.routes.draw do
|
||||
|
||||
post "build/upload", to: "build/uploads#create"
|
||||
post "build/publish", to: "build/publish#create"
|
||||
get "build/config", to: "build/configs#show"
|
||||
post "build/config", to: "build/configs#create"
|
||||
|
||||
get "file/*path", to: "files#show", format: false
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user