mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-06 17:41:52 -04:00
feat: add internal api url
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
db2d8614a6
commit
f43c9fd2b1
6 changed files with 77 additions and 36 deletions
|
@ -10,6 +10,7 @@ import React, { createContext } from 'react'
|
|||
export interface BaseUrls {
|
||||
renderer: string
|
||||
editor: string
|
||||
internalApiUrl: string
|
||||
}
|
||||
|
||||
interface BaseUrlContextProviderProps {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue