mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-03 10:54:38 -05:00
Put graphql under api (#549)
This commit is contained in:
@@ -106,11 +106,13 @@ object JavalinSetup {
|
|||||||
}
|
}
|
||||||
|
|
||||||
app.routes {
|
app.routes {
|
||||||
path("api/v1/") {
|
path("api/") {
|
||||||
GlobalAPI.defineEndpoints()
|
path("v1/") {
|
||||||
MangaAPI.defineEndpoints()
|
GlobalAPI.defineEndpoints()
|
||||||
|
MangaAPI.defineEndpoints()
|
||||||
|
}
|
||||||
|
GraphQL.defineEndpoints()
|
||||||
}
|
}
|
||||||
GraphQL.defineEndpoints()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user