Skip to content

Commit

Permalink
ffs
Browse files Browse the repository at this point in the history
  • Loading branch information
vanjaoljaca committed Jul 4, 2023
1 parent 17326b8 commit 65a9165
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ const pattern = new UrlPattern('api/main/:api(/*)');
export const run: AzureFunction = async function (context: Context, req: HttpRequest) {

context.log('run', req)
return { run: true }
try {
console.log('run', req)

Expand Down

0 comments on commit 65a9165

Please sign in to comment.