Rebrand: Character Sandbox → The Howling Whispers
This commit is contained in:
+1
-1
@@ -23,5 +23,5 @@ app.get('/api/health', (req, res) => {
|
||||
});
|
||||
|
||||
app.listen(PORT, () => {
|
||||
console.log(`Character Sandbox API running on http://localhost:${PORT}`);
|
||||
console.log(`The Howling Whispers API running on http://localhost:${PORT}`);
|
||||
});
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "character-sandbox-server",
|
||||
"name": "thw-server",
|
||||
"version": "1.0.0",
|
||||
"description": "Backend for the character sandbox",
|
||||
"description": "Backend for The Howling Whispers",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user