Skip to content

Commit

Permalink
Test commit to verify CI/CD config
Browse files Browse the repository at this point in the history
  • Loading branch information
heythisischris committed Mar 20, 2024
1 parent cb630d3 commit 0b0ae11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion routes/public/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './notion'
export * from './notion'
export * from './test'
3 changes: 3 additions & 0 deletions routes/public/test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export const test = async () => {
return { success: 'Test received' }
}

0 comments on commit 0b0ae11

Please sign in to comment.