Index now works

This commit is contained in:
Senad Uka
2019-03-26 05:06:15 +01:00
parent 8c7f26b099
commit da241c8200
3 changed files with 15 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
const getVrstaNekretnine = (req,res) => {
res.send('<html><body><h1>Hamo</h1></body></html>');
}
module.exports = {
getVrstaNekretnine
};