Make capabilities report the current version for from/to version
identifier
This commit is contained in:
parent
412472212b
commit
6aa9ec599f
1 changed files with 2 additions and 2 deletions
|
@ -252,8 +252,8 @@ class ApiController < ApplicationController
|
|||
|
||||
api = XML::Node.new 'api'
|
||||
version = XML::Node.new 'version'
|
||||
version['minimum'] = '0.5';
|
||||
version['maximum'] = '0.5';
|
||||
version['minimum'] = "#{API_VERSION}";
|
||||
version['maximum'] = "#{API_VERSION}";
|
||||
api << version
|
||||
area = XML::Node.new 'area'
|
||||
area['maximum'] = MAX_REQUEST_AREA.to_s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue