0

I am new to Total JS and I am creating my first project. My sample page is not rendering and returning a 404.

enter image description here

Ganga
  • 5
  • 1
  • 2
  • That's weird, your code looks good to me. If you can share a link to your app source-code i can test it for you. – Molda Nov 15 '19 at 15:48
  • Thanks Molda. My bad. Folder name 'controller' is missing a 's' – Ganga Dec 12 '19 at 06:14

1 Answers1

0

For those of you who are starting like me, the above issue is due to the spelling mistake of the folder 'controller'. It should read 'controllers'.

Ganga
  • 5
  • 1
  • 2