Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • subugoe/ahiqar/backend
1 result
Show changes
Commits on Source (2)
......@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.10.1] - 2020-09-24
### Fixed
- Faulty link to OpenAPI documentation of the RESTXQ endpoints has been corrected.
## [1.10.0] - 2020-09-18
### Added
......
......@@ -121,7 +121,7 @@ The frontend takes care of the data transfer as described in the [frontend's REA
## API documentation
The backend comes shipped with an OpenAPI documentation of its API.
The docs are available at <https://ahikar-dev.uni-goettingen.de/openapi>.
The docs are available at <https://ahikar-dev.sub.uni-goettingen.de/openapi>.
### Interplay of TextAPI and AnnotationAPI
......
project.name=https://ahikar-test.sub.uni-goettingen.de/
project.version=1.10.0
project.version=1.10.1
project.title=TextAPI for Ahikar
project.abbrev=ahikar-test
project.processorversion=5.2.0
......