Move cart to views
This commit is contained in:
parent
7eb6911f03
commit
71b2d0a4e9
2 changed files with 3 additions and 3 deletions
6
main.pl
6
main.pl
|
@ -10,12 +10,12 @@
|
||||||
:- use_module(library(http/json_convert)).
|
:- use_module(library(http/json_convert)).
|
||||||
:- use_module(library(persistency)).
|
:- use_module(library(persistency)).
|
||||||
|
|
||||||
:- ['routes/products.pl'].
|
|
||||||
:- ['routes/login.pl'].
|
:- ['routes/login.pl'].
|
||||||
|
:- ['routes/products.pl'].
|
||||||
:- ['routes/users.pl'].
|
:- ['routes/users.pl'].
|
||||||
:- ['routes/cart.pl'].
|
:- ['views/cart.pl'].
|
||||||
:- ['views/products.pl'].
|
|
||||||
:- ['views/login.pl'].
|
:- ['views/login.pl'].
|
||||||
|
:- ['views/products.pl'].
|
||||||
|
|
||||||
hang :-
|
hang :-
|
||||||
sleep(600),
|
sleep(600),
|
||||||
|
|
Loading…
Reference in a new issue