mirror of
https://github.com/Ellpeck/ObsidianJustSharePlease.git
synced 2024-11-26 20:28:34 +01:00
we don't need CORS handling
This commit is contained in:
parent
01e3098b00
commit
fbc0ea0aa2
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
|||
<?php
|
||||
|
||||
header("Access-Control-Allow-Origin: *");
|
||||
|
||||
switch ($_SERVER["REQUEST_METHOD"]) {
|
||||
case "GET":
|
||||
handle_get();
|
||||
|
|
Loading…
Reference in a new issue