mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
9 lines
129 B
TypeScript
9 lines
129 B
TypeScript
// config
|
|
import CONFIG from '@/config'
|
|
|
|
// graphql
|
|
import schema from '@/graphql/schema'
|
|
|
|
const activateEndpoints = async (
|
|
|
|
) |