diff --git a/src/api/config/environment.rb b/src/api/config/environment.rb index 36d1e6c5152..cc50cf8d18b 100644 --- a/src/api/config/environment.rb +++ b/src/api/config/environment.rb @@ -13,7 +13,7 @@ end CONFIG['schema_location'] ||= File.expand_path("public/schema")+"/" -CONFIG['apidocs_location'] ||= File.expand_path("../../docs/api/html/") +CONFIG['apidocs_location'] ||= File.expand_path("../docs/api/html/") CONFIG['global_write_through'] ||= true CONFIG['proxy_auth_mode'] ||= :off CONFIG['frontend_ldap_mode'] ||= :off