This commit is contained in:
Imbus 2024-11-05 22:41:56 +01:00
parent aff781e04a
commit be719dfc9c
11 changed files with 1 additions and 1 deletions

0
.gitignore vendored Normal file → Executable file
View file

0
endpoint_handlers/licenseinfo.js Normal file → Executable file
View file

0
endpoint_handlers/metadata.js Normal file → Executable file
View file

0
endpoint_handlers/occasions.js Normal file → Executable file
View file

0
endpoint_handlers/suggested.js Normal file → Executable file
View file

0
html/index.html Normal file → Executable file
View file

2
index.js Normal file → Executable file
View file

@ -33,5 +33,5 @@ server.post('/licenseinfo', getLicenceInfo)
// Listen and provide feedback
server.listen(port, () => {
console.log(`Server running on port ${port}`);
console.log(`Server running on http://localhost:${port}`);
});

0
package-lock.json generated Normal file → Executable file
View file

0
package.json Normal file → Executable file
View file

0
static/script.js Normal file → Executable file
View file

0
static/style.css Normal file → Executable file
View file