Fix JSON problem
This commit is contained in:
parent
dd80e09a7b
commit
bebbf12a08
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
module EnvironmentsHelper
|
||||
def environments_list_data()
|
||||
def environments_list_data
|
||||
{
|
||||
endpoint: namespace_project_environments_path(@project.namespace, @project)
|
||||
endpoint: namespace_project_environments_path(@project.namespace, @project, format: :json)
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue