sdk zwischenstand
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
const apiSsrBaseURL = "http://localhost:8080/api/v1/_/bkdf_tibi_2024/"
|
||||
const { frontendBase, tibiUrl } = require("./config-client")
|
||||
module.exports = {
|
||||
operatorEmail: "info@binkrassdufass.de",
|
||||
operatorName: "BinKrassDuFass",
|
||||
contactEmail: "support@binkrassdufass.de",
|
||||
noReplyEmail: "noreply@binkrassdufass.de",
|
||||
operatorEmail: "about@kontextwerk.info",
|
||||
operatorName: "KontextWerk",
|
||||
contactEmail: "about@kontextwerk.info",
|
||||
noReplyEmail: "about@kontextwerk.info",
|
||||
frontendBase,
|
||||
apiBase: frontendBase + "/api/",
|
||||
tibiUrl,
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
const { cryptchaCheck } = require("../lib/utils")
|
||||
;(function () {
|
||||
throw {
|
||||
status: 500,
|
||||
data: "Hello, World!",
|
||||
}
|
||||
cryptchaCheck()
|
||||
|
||||
})()
|
||||
|
||||
@@ -3,7 +3,7 @@ const { noReplyEmail, contactEmail } = require("../config")
|
||||
context.smtp.sendMail({
|
||||
to: contactEmail,
|
||||
from: noReplyEmail,
|
||||
fromName: "BinKrassDuFass",
|
||||
fromName: "Kontextwerk",
|
||||
replyTo: noReplyEmail,
|
||||
subject: "New Contact Request",
|
||||
plain: "Neue Kontaktanfrage",
|
||||
|
||||
Reference in New Issue
Block a user