diff --git a/main.pl b/main.pl index 75a0a32..d847a83 100644 --- a/main.pl +++ b/main.pl @@ -10,12 +10,12 @@ :- use_module(library(http/json_convert)). :- use_module(library(persistency)). -:- ['routes/products.pl']. :- ['routes/login.pl']. +:- ['routes/products.pl']. :- ['routes/users.pl']. -:- ['routes/cart.pl']. -:- ['views/products.pl']. +:- ['views/cart.pl']. :- ['views/login.pl']. +:- ['views/products.pl']. hang :- sleep(600), diff --git a/routes/cart.pl b/views/cart.pl similarity index 100% rename from routes/cart.pl rename to views/cart.pl