4 lines
67 B
Plaintext
4 lines
67 B
Plaintext
|
export default (req:Request):Response|false=>
|
||
|
{
|
||
|
return false;
|
||
|
}
|