feat(dashboard): expose app shell routes
This commit is contained in:
@@ -23,6 +23,9 @@ type sourceDecl struct {
|
||||
}
|
||||
|
||||
var criticalRoutes = []route{
|
||||
{Method: "GET", Path: "/app", Controller: "dashboard#index", Source: "routes.rb:19"},
|
||||
{Method: "GET", Path: "/app/*params", Controller: "dashboard#index", Source: "routes.rb:20"},
|
||||
|
||||
{Method: "POST", Path: "/api/v1/accounts/", Controller: "api/v1/accounts#create", Source: "routes.rb:47"},
|
||||
{Method: "GET", Path: "/api/v1/accounts/:account_id", Controller: "api/v1/accounts#show", Source: "routes.rb:47"},
|
||||
{Method: "PUT", Path: "/api/v1/accounts/:account_id", Controller: "api/v1/accounts#update", Source: "routes.rb:47"},
|
||||
|
||||
Reference in New Issue
Block a user