Hello everyone,
I have tried doing everything step by step as suggested above. But I am still unable to get it done it properly.
Please help me.
here is my code
import {ok, notFound, serverError} from ‘wix-http-functions’;
// @see https://www.wix.com/corvid/forum/comm…
let adstxt = # Ads.txt google.com, pub-****************, DIRECT, f08c47fec0942fa0;
export function get_Adstxt(request) {
let options = {
“headers”: {
“Content-Type”: “text/plain”
},
“body”: adstxt
};
return ok(options);
}
please check for errors…
Thanks in advance.