Browse Source

init push API receiver

main
ghost 1 year ago
parent
commit
bacdcc6ec0
  1. 2
      .gitignore
  2. 3
      src/public/api/push.php

2
.gitignore vendored

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
/database/yggtracker.mwb.bak
/src/public/api/
/src/public/api/*.json
/src/config/*
!/src/config/bootstrap.php

3
src/public/api/push.php

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
<?php
// @TODO
Loading…
Cancel
Save