This commit is contained in:
@@ -20,8 +20,8 @@ export type Theme = {
|
|||||||
|
|
||||||
export const THEMES = {
|
export const THEMES = {
|
||||||
defaultLight: {
|
defaultLight: {
|
||||||
// chatBot: "#DE6C20",
|
chatBot: "#DE6C20",
|
||||||
chatBot: "#324121",
|
// chatBot: "#324121",
|
||||||
primeFg: "#3B3329",
|
primeFg: "#3B3329",
|
||||||
primeBg: "#FFEEDE",
|
primeBg: "#FFEEDE",
|
||||||
secondaryBg: "#FFFFFF",
|
secondaryBg: "#FFFFFF",
|
||||||
|
|||||||
@@ -87,6 +87,11 @@ app.get("/health", (_, res) => {
|
|||||||
res.json({ status: "ok" });
|
res.json({ status: "ok" });
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
app.get("/deploy", (_, res) => {
|
||||||
|
res.json({ status: "deploy" });
|
||||||
|
});
|
||||||
|
|
||||||
// Version endpoint
|
// Version endpoint
|
||||||
app.get("/version", (_, res) => {
|
app.get("/version", (_, res) => {
|
||||||
res.json({
|
res.json({
|
||||||
|
|||||||
Reference in New Issue
Block a user