Skip to content

Commit

Permalink
BUGFIX: Adds missing routes
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther committed Dec 28, 2023
1 parent 91da46e commit e0cb97c
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ Neos.Neos.Ui.BackendController.index = Neos.Fusion:Template {
flowQuery = Neos.Fusion:UriBuilder {
action = 'flowQuery'
}
generateUriPathSegment = Neos.Fusion:UriBuilder {
action = 'generateUriPathSegment'
}
getWorkspaceInfo = Neos.Fusion:UriBuilder {
action = 'getWorkspaceInfo'
}
Expand Down Expand Up @@ -190,6 +193,18 @@ Neos.Neos.Ui.BackendController.index = Neos.Fusion:Template {
controller = 'Service\\ContentDimensions'
action = 'index'
}
impersonateStatus = Neos.Fusion:UriBuilder {
package = 'Neos.Neos'
controller = 'Backend\\Impersonate'
action = 'status'
format = 'json'
}
impersonateRestore = Neos.Fusion:UriBuilder {
package = 'Neos.Neos'
controller = 'Backend\\Impersonate'
action = 'restoreWithResponse'
format = 'json'
}
}
modules = Neos.Fusion:DataStructure {
prototype(Neos.Fusion:UriBuilder) {
Expand Down

0 comments on commit e0cb97c

Please sign in to comment.