mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-28 22:15:12 -04:00
Refactor handling of environment variables (#2303)
* Refactor environment variables Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
e412115a78
commit
39a4125cb0
85 changed files with 624 additions and 461 deletions
|
@ -17,7 +17,7 @@ describe('File upload', () => {
|
|||
cy.intercept(
|
||||
{
|
||||
method: 'POST',
|
||||
url: '/api/mock-backend/private/media'
|
||||
url: 'api/private/media'
|
||||
},
|
||||
{
|
||||
statusCode: 201,
|
||||
|
@ -74,7 +74,7 @@ describe('File upload', () => {
|
|||
cy.intercept(
|
||||
{
|
||||
method: 'POST',
|
||||
url: '/api/mock-backend/private/media'
|
||||
url: 'api/private/media'
|
||||
},
|
||||
{
|
||||
statusCode: 400
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue