mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-07 09:55:43 -04:00
fix: usage of internal api
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
3076bb4cc3
commit
a2b291294e
4 changed files with 37 additions and 41 deletions
|
@ -10,7 +10,7 @@ import React, { createContext } from 'react'
|
|||
export interface BaseUrls {
|
||||
renderer: string
|
||||
editor: string
|
||||
internalApiUrl: string
|
||||
internalApiUrl: string | undefined
|
||||
}
|
||||
|
||||
interface BaseUrlContextProviderProps {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue