I integrated suppertoken in hapi but auth/signup api give me 404
how can i solve this ?
this is my code in hapi - server.js
await SuperTokens.init(SuperTokensConfig) // this config is fine
Server.auth.strategy('supertokens', 'myschema')
i am unable to call auth/signup, in swagger same api is also not coming