Skip to content

Commit

Permalink
Merge pull request #1494 from cschneemann/fix_apidocs_path
Browse files Browse the repository at this point in the history
[api] fix path to apidocs
  • Loading branch information
adrianschroeter committed Feb 2, 2016
2 parents ae0af65 + a8f0c19 commit a3a0ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/config/environment.rb
Expand Up @@ -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
Expand Down

0 comments on commit a3a0ab1

Please sign in to comment.