Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
  • Loading branch information
mooxl committed May 17, 2023
1 parent d5c4c23 commit ffae1a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions payload/src/collections/Posts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const Posts: CollectionConfig = {
hooks: {
afterChange: [
async () => {
console.log("HALLO");
await fetch("https://api.github.com/repos/mooxl/astroad/dispatches", {
method: "POST",
headers: {
Expand Down

0 comments on commit ffae1a0

Please sign in to comment.