(defpackage :murja.genurl
(:use :cl :ps)
(:export :route->url-ps-m :route->url :route->url-ps :add-prefix)
(:documentation "Provides functions for transforming murja.view.components.tabs:deftab'bed and easy-routes:defroute'd url symbols into correctly prefixed url strings")
(:local-nicknames (:settings :murja.setting-definitions)))