eksisozluk-api
Version:
Latest unofficial eksisozluk api
8 lines (7 loc) • 345 B
JavaScript
const INFO = {
TOPIC: {
REDIRECTING: "Topic found but redirecting to the full path",
REDIRECTING_DISABLED: "Topic found but it's not in the form of full slug. Redirecting is disabled so page parameter won't be applied. To enable redirecting, please change config.topic.allowRedirect to true.",
}
}
module.exports = INFO;