forked from MapComplete/MapComplete
Docs: finish creating the overview of all online services
This commit is contained in:
parent
e9209f6b7c
commit
2361fe5e83
17 changed files with 177 additions and 94 deletions
|
|
@ -1,10 +1,11 @@
|
|||
import ImageProvider, { ProvidedImage } from "./ImageProvider"
|
||||
import { ServerSourceInfo } from "../../Models/SourceOverview"
|
||||
|
||||
export default class GenericImageProvider extends ImageProvider {
|
||||
public defaultKeyPrefixes: string[] = ["image"]
|
||||
public readonly name = "Generic"
|
||||
|
||||
public apiUrls(): string[] {
|
||||
public apiUrls(): ServerSourceInfo[] {
|
||||
return []
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue