Activation : reset user password

This commit is contained in:
Xavier J 2016-02-08 19:32:18 +01:00
parent 2b2a4c3f0a
commit 5bb98a2863
13 changed files with 117 additions and 174 deletions

View file

@ -1,23 +0,0 @@
Swagger::Docs::Config.register_apis(
{
"1.0" => {
# the extension used for the API
:api_extension_type => :json,
# the output location where your .json files are written to
:api_file_path => "app/views/docs/",
# the URL base path to your API
:base_path => "https://tps.apientreprise.fr",
# if you want to delete all .json files at each generation
:clean_directory => false,
# add custom attributes to api-docs
:attributes => {
:info => {
"title" => "TPS application",
"description" => "Doc des APIs de TPS",
"contact" => "contact@tps.apientreprise.fr",
"license" => "Apache 2.0",
"licenseUrl" => "http://www.apache.org/licenses/LICENSE-2.0.html"
}
}
}
})