Move cart to views

This commit is contained in:
Sijmen 2019-11-05 00:01:38 +01:00
parent 7eb6911f03
commit 71b2d0a4e9
Signed by: vijfhoek
GPG key ID: DAF7821E067D9C48
2 changed files with 3 additions and 3 deletions

View file

@ -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),