mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Changed the loginAPI name to HttpRequest since it only has two methods apiPost and apiGet.
This commit is contained in:
parent
332729b361
commit
b3c33674d7
@ -2,7 +2,7 @@ import { Resolver, Query, Args } from 'type-graphql'
|
||||
import CONFIG from '../../config'
|
||||
import { TransactionList } from '../models/Transaction'
|
||||
import { TransactionListInput, TransactionSendArgs } from '../inputs/TransactionInput'
|
||||
import { apiGet, apiPost } from '../../apis/loginAPI'
|
||||
import { apiGet, apiPost } from '../../apis/HttpRequest'
|
||||
|
||||
@Resolver()
|
||||
export class TransactionResolver {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user