hedgedoc/src
Erik Michelson 8c4621ec97 Changed API path to v2 instead of v2.0
We discussed whether the minor-version is relevant for the API base-path and came to the conclusion, that it's not really needed as breaking API changes need a new major version anyway.
This commit also removes the trailing slash from the URL which is returned by `getBackendUrl`. This is needed as we composed the API routes in our implementation always with a starting slash thus leading to double slashes.

Example of old behaviour:
getBackendUrl() + '/config'
=> example.com/api/v2.0//config

Example of new behaviuor:
getBackendUrl() + '/config'
=> example.com/api/v2/config
2020-06-07 00:55:46 +02:00
..
api Restructure redux code (#109) 2020-05-31 22:51:36 +02:00
components Add fixed sizes for history table columns 2020-06-06 23:59:12 +02:00
fork-awesome Replace font awesome with fork awesome (#114) 2020-05-31 22:21:32 +02:00
initializers Restructure redux code (#109) 2020-05-31 22:51:36 +02:00
redux Changed API path to v2 instead of v2.0 2020-06-07 00:55:46 +02:00
style Improvement/different background color (#118) 2020-06-02 11:22:49 +02:00
utils finished history toolbar buttons (#117) 2020-06-04 22:41:44 +02:00
index.tsx Replace font awesome with fork awesome (#114) 2020-05-31 22:21:32 +02:00
react-app-env.d.ts imported current state of the mockup into the public repo 2020-05-14 15:41:38 +02:00
service-worker.ts better linting (#72) 2020-05-27 15:43:28 +02:00
setup-tests.ts better linting (#72) 2020-05-27 15:43:28 +02:00
version.json Add version info (#80) 2020-05-29 13:08:59 +02:00