Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
s-alad committed Apr 5, 2024
1 parent f2ab925 commit adafcd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fxns/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { HttpFunction } from '@google-cloud/functions-framework';
import fetch from 'node-fetch';
import { Request, Response } from 'express';

// issues working on certain request endpoints
export const toofakeproxy: HttpFunction = async (req: Request, res: Response) => {
const target = req.query.target as string;

Expand Down

0 comments on commit adafcd6

Please sign in to comment.