base/src/sqwl/cms/UrlScheme.scala
author Tomas Zeman <tzeman@volny.cz>
Thu, 03 Jan 2019 13:32:16 +0100
changeset 24 c9b64d8025ed
parent 4 1a1347e8c5be
permissions -rw-r--r--
sqwl-cms: 18.12-SNAPSHOT -> 18.12

package sqwl.cms

trait UrlScheme {
  val ASSETS = "assets"
  val PUBLIC = "public"
  val TAG = "tag"

}